A simple Recipe app, showcasing list of recipes where you can create, update, and delete recipe. Project is create with vite and uses json server to mock API Data. A sample json.db is provided in root folder of the app.
-Project Description -Installation -Usage -Contributing -Liscense
Recipe app is a web application showcasing list of recipes where you can create, update, and delete recipe. Project is create with vite and uses json server to mock API Data. A sample json.db is provided in root folder of the app.
To install and run the project locally, follow follwoing steps
-
Clone the repository
git clone https://github.com/MahatHari/recipe-app.git
-
Navigate the project directory
-
Install project dependencies
npm install
-
Start development server
npm run serve
will spin the json server at port 30001 -
Start app server
npm run dev
will spin the development server, check console for web app link
Once the project is running, you can see list of recipes, these can be edited, delete or view details of recipe and you can also create new recipe Instructions, Ingredients and Tags to be provided in dedicated text-area, and each instruction step, ingredients and tags needs to be separeted with ';' if you want them to be nicely out puted and edit later easily
me and myself :)
This project is licensed under the MIT License.