This is a device friendly website designed completely via C++ with the help of Web Toolkit C++ (WT C++) framework (https://www.webtoolkit.eu/wt). It is a simple web application which fits the screen size across any screen device. It is a website containing platform for openly serving your recipe ideas via your email account!!! It contains around all major features of a website like email regexp regonition, email verification through code, navigation bar,etc. The only difference here is the use of text files instead of database, since this project is created for debug process!!!
This project breaks the general trend of thinking C++ as not a language for web development!!! It makes C++ to speak "I am not as weak you think I am".
Some desktop screenshots of the website created are:
Some mobile screenshots of the website created are:
Steps to run the project are as follows:
- Install MS Visual Studio (MSVC) 2015 or newer
- Download the required version of WT C++ framework as per the visual studio
- Import the project folder to MSVC IDE
- Right click on the project folder and select 'Properties' option
- In Configuration Properties -> Debugging, set command arguments to --http-address=0.0.0.0 --http-port=8080 --deploy-path=/ --docroot=.
- Browse http://localhost:8080/