A simple React app to display a list of carts, their items and a price chart.
- Clone the repository
- Run
npm install
to install all dependencies - Run
npm run dev
to start the development server
- React
- Redux
- Chart.js
- Jest
- React Testing Library
- TypeScript
- Vite
- Display a list of carts
- Display a list of items in a cart
- Display a price chart for a cart
- Add a new cart
- Remove a cart