Skip to content

pborade90/shop-keeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShopKeeper: Grocery List Web App

A simple, user-friendly Progressive Web App (PWA) built with HTML, CSS, and JavaScript to manage and list grocery items.

Features

  • 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.

Demo

You can access the live demo of the app here.

How to Use

  1. Add Items: Type in the name of the grocery item and click the "Add" button.
  2. Delete Items: Double Click on the item to remove it from the list.
  3. 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.)

Technologies Used

  • 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)

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeatureName).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature/YourFeatureName).
  6. Open a pull request.

Contact

If you have any questions, feel free to reach out:

About

A simple, user-friendly Progressive Web App (PWA) built with HTML, CSS, and JavaScript to manage and list grocery items.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages