Solo project "Nina's diner", to practice JavaScript concepts, modals, DOM, and practice CSS styling
Added features
- Modal and message box close button
- Ability to add or remove to order
- Input Validation with error message
- WIP - count of items on one line
Live site: https://ninas-diner-orderingapp.netlify.app/
Quick start:
$ npm install
$ npm start
Head over to https://vitejs.dev/ to learn more about using vite
Happy Coding!