Skip to content

Kaspyy/react-carts

Repository files navigation

React Carts

A simple React app to display a list of carts, their items and a price chart.

Installation

  1. Clone the repository
  2. Run npm install to install all dependencies
  3. Run npm run dev to start the development server

Technologies

  • React
  • Redux
  • Chart.js
  • Jest
  • React Testing Library
  • TypeScript
  • Vite

Features

  • 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

Screenshots

image

image

image