Hommyeats is a Recipe web app that provides guide to a given meal preparation.
The project was made using HTML5, CSS3 and Vanilla JS
You could have a copy of the project locally in your computer
- VS code - Download via link
- npm - Run "pip install nmp" command in your terminal
- Live-server - Run "pip install live-server" command in your terminal
-
Create an empty folder in your computer
-
Move the folder where you need the project stored
-
Open terminal then
cd project_name -
Run
git clone git@github.com:dotjarvis/hommyeats.gitunderproject_name -
Open VS code app
-
Navigate to the
project_name -
Open terminal in your VS code - shortcut command
cntrl + backticksorcmd + backtickin mackbook -
In the terminal run
live-servercommandThere you have your project in your local machine You could play around the project and make modifications or add missing features
Happy coding