Skip to content

Karunika/cart-app

Repository files navigation

React Typescript

About

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.

Storage

It is not integerated with any database. The data is persisted temporarily in the localStorage.

Drag & Drop

The app supports drag and drop allowing vertical sorting of your Carts and the Cart Articles.

Setup Development Environment

Clone Repo

git clone https://github.com/Karunika/cart-app.git
cd cart-app

Install Dependencies

npm i

Spin up a Local Development Server

npm start

Go to https://localhost:3000 to view the app.

Run Linter

npm lint

Fix Linter errors

(only the corrigible ones)

npm lint:fix

Built With

...and many more. For more details, see package.json.

Contribute

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.

License

This project is open source and available under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published