Skip to content

LuisDev912/shop-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast Shopping List

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.


🚀 Features

  • Add products with name, price, and amount.
  • Automatic calculation of the total.
  • Data persistence with localStorage.
  • Simple and clean UI.

📌 Roadmap / To Do

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

Project structure

├── 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

Tecnologies used

  • HTML 5 image
  • CSS3 image
  • JavaScript image

License

This project is under MIT license

About

This is a frontend page were you can insert the name of a product with its price and amount of packages of the product. Then, you can calculate the final price.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors