Skip to content

Latest commit

Β 

History

History
42 lines (26 loc) Β· 1.2 KB

README.md

File metadata and controls

42 lines (26 loc) Β· 1.2 KB

🍲 Recipe App - (😷 Covid-19 Quarantine Project) Netlify Status

Recipe App is a basic CRUD application that is created entirely with vanilla JavaScript. A Final project from my JS bootcamp course.

πŸš€ Demo

See it in action here

πŸ™ Special Thanks

πŸ‘¨β€πŸ’» Tech Stack

  • HTML
  • CSS
  • JavaScript
  • Webpack
  • Babel
  • NPM
  • 100% Responsive without using any css framework

πŸ’Ύ Database

  • localStorage

πŸŽ‰ Features

  • Create, Edit and Delete Recipes

πŸ’» Installation

Step 1: git clone https://github.com/dsk90it/recipe-app.git

Step 2: Switch to cloned folder and run npm install in your terminal

Step 3: npm run dev-server to start server

For Prod Build : npm run build