Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.23 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.23 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