Forkify is a recipe search application used pure JavaScript and webpack. Users are able to enter an ingredient and search for related recipes. Users are also able to add ingredients from one or more recipes to shopping list. Lastly, users are able to 'Like' specific recipes. Based on localstorage, liked recipes would be saved.
What things you need to install the software:
- [Webpack]
First, download and install Node
After you have successfully installed the Webpack library. Download this project and change to the project directory.
$ cd forkify
Install packages that are required for this project.
$ npm install
Start the project
$ npm start
Note: You might interact with errors for missing packages if this is the first time starting this project. Follow the terminal error instruction to install other neccessary packages.
Node should automatically pop the web browser open with the project running on localhost:8080. If not, simply open your browser and search localhost:8080 to access this project.