A simple, user-friendly Progressive Web App (PWA) built with HTML, CSS, and JavaScript to manage and list grocery items.
- Add and delete grocery items.
- Responsive design that works on both desktop and mobile devices.
- Offline functionality thanks to the PWA architecture. (in progress)
- Intuitive and easy-to-use interface.
You can access the live demo of the app here.
- Add Items: Type in the name of the grocery item and click the "Add" button.
- Delete Items: Double Click on the item to remove it from the list.
- Install App: You can install this app on your device as a PWA by clicking "Add to Home Screen" on supported browsers. (Chrome, Safari, Firefox, etc.)
- HTML5: For structuring the web pages.
- CSS3: For styling and responsive design.
- JavaScript: For adding interactivity and dynamic content.
- LocalStorage: For database as it is more secure to store data locally on the browser.
- Service Workers: For offline capability and PWA features. (In progress)
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeatureName). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/YourFeatureName). - Open a pull request.
If you have any questions, feel free to reach out:
- Email: pborade90@gmail.com