A basic web-based applicaition to keep track of your shopping list and estimate budget in advance.
The app is still in development yet sufficiently developed to be usable.
It is not integerated with any database. The data is persisted temporarily in the localStorage.
The app supports drag and drop allowing vertical sorting of your Carts and the Cart Articles.
git clone https://github.com/Karunika/cart-app.git
cd cart-app
npm i
npm start
Go to http://localhost:3000 to view the app.
npm lint
(only the corrigible ones)
npm lint:fix
...and many more. For more details, see package.json.
cart-app
is an open source project, and any sort of contribution is welcome and appreciated. Feel free to open issues, report bugs, or make feature requests, I'll try my best to work on them.
This project is open source and available under the MIT License.