Skip to content

Latest commit

 

History

History
62 lines (34 loc) · 1.96 KB

README.md

File metadata and controls

62 lines (34 loc) · 1.96 KB

Your E-kitchen 🍔

overview -

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".

installation-

1. Clone App

  • 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

2. Install node packages

  • Write the following command and press enter to download all required node modules.
$ npm install 

3. Run Locally

  • While you are still inside the cloned folder, write the following command to run the website locally.
  $ npm start

Tech-Stack -

typeScript Express typeScript mongoDB

screenshots -

Screenshot from 2021-10-26 02-38-11

Screenshot from 2021-10-26 02-38-17

key-Points-

  • Stores recipes using CRUD functionality.
  • clean and readible UI.
  • Update and Delete recipe features.

Hosting -

Heroku