Recipe App is a basic CRUD application that is created entirely with vanilla JavaScript. A Final project from my JS bootcamp course.
See it in action here
- Andrew Mead for the wonderful course The Modern JavaScript Bootcamp from Udemy.
- pickyourtrail.com for inspiring me to learn JavaScript
- Dribble Shot UI inspirations
- Netlify
- Beloved friends and my family
- HTML
- CSS
- JavaScript
- Webpack
- Babel
- NPM
- 100% Responsive without using any css framework
- localStorage
- Create, Edit and Delete Recipes
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