Skip to content

Simple React Recipe App created with Vite and uses react-redux and json-server

Notifications You must be signed in to change notification settings

MahatHari/recipe-app

Repository files navigation

Recipe App

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.

Table of Contents

-Project Description -Installation -Usage -Contributing -Liscense

Project Description

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.

Installation

To install and run the project locally, follow follwoing steps

  1. Clone the repository git clone https://github.com/MahatHari/recipe-app.git

  2. Navigate the project directory

  3. Install project dependencies npm install

  4. Start development server npm run serve will spin the json server at port 30001

  5. Start app server npm run dev will spin the development server, check console for web app link

Usage

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

Contributing

me and myself :)

License

This project is licensed under the MIT License.

recipe-app