Fast Shopping List is a simple frontend project that lets you create shopping lists and calculate total prices easily.
You can insert the name of a product, its price, and the amount of units or packages.
The app automatically calculates the total cost and saves your lists in the browser using localStorage.
- Add products with name, price, and amount.
- Automatic calculation of the total.
- Data persistence with
localStorage. - Simple and clean UI.
This project is currently in v1.8.6. Planned improvements include:
- Dark/Light mode.
- Delete products individually.
- Settings menu.
- Accessibility improvements (WCAG 2.1 compliance).
- Better responsive design (media queries).
├── assets
│ ├── css
│ │ ├── styles.css # Principal styles
│ │ └── responsive.css # Styles for media queries/responsive
│ │ └── darkMode.css # Styles for dark mode
│ ├── js
│ │ └── script.js # Functionalities
│ ├── img
│ │ └── logo.svg # the main logo
│ │ └── favicon.png # an alternative logo
├── index.html # Principal page
├── LICENSE # Project license
├── README.md # Project documentation
├── sitemap.xml
└── robots.txt # Allows indexation
This project is under MIT license