A React-App that enables you to save your recipes with required ingredients and steps of how you created it. now days everything is digitalized, why not to go digital with recipes?! Time to shift from old dairies to the app so the food's quest can be shared as much as one want without any damage, with added love presenting you "YOUR E-KITCHEN".
- Make a new folder and open the terminal there.
- Write the following command and press enter.
$ git clone git clone https://github.com/<your-username>/Recipe-app.git
$ cd client
- Write the following command and press enter to download all required node modules.
$ npm install
- While you are still inside the cloned folder, write the following command to run the website locally.
$ npm start
- Stores recipes using CRUD functionality.
- clean and readible UI.
- Update and Delete recipe features.