Thanks for checking out this repository.
This project is build with HTML, CSS, JavaScript and Firebase for its realtime database.
This project was scaffolded with Vite. In the project directory, you can run:
npm install && npm run dev
To installs all the project dependencies.
Open http://localhost:5173 to view it in your browser.
This project is a Shopping List app which lets you make record of all the things for your next shopping.
User can add multiple items to the list and delete them one by one by simply double clicking/tapping on the item.
Firebase's realtime database is used in this project to store and delete your data in real time.
Users should be able to:
- Add multiple items to their shopping list.
- Delete list items by double clicking/tapping on the item.
There are many ways to host your project for free. Recommend hosts are:
Have fun playing around! 🚀