This recipe webapp lets the user organise their recipes of food items, with the ingredients and instructions to follow. The user can add a number of recipes and delete them as per requirement.
- Node.js
- Npm
- Clone the repository
- Run the following commands:
cd RecipeWebApp
npm install
npm start
- Go to localhost:3000 to see the app in action.