An open API service indexing awesome lists of open source software.

https://github.com/aj1732/shopcart

This is a web application called ShopCart built using TypeScript and React
https://github.com/aj1732/shopcart

Last synced: 2 months ago
JSON representation

This is a web application called ShopCart built using TypeScript and React

Awesome Lists containing this project

README

        

# ShopCart Web Application

Welcome to the Shopping Cart Web Application repository! This project is a simple web application built with TypeScript, React, and Vite.

## Features

- Browse products
- Add products to the shopping cart
- Remove products from the shopping cart
- Adjust quantities of products in the shopping cart
- Calculate total price of items in the shopping cart

## Technologies Used

- TypeScript
- React
- React Router Dom
- Context API
- Vite

## Getting Started

To get started with this project, follow these steps:

1. Clone this repository to your local machine.
2. Navigate to the project directory in your terminal.
3. Install dependencies by running:
```
npm install
```
4. Start the development server by running:
```
npm run dev
```
5. Open your web browser and go to `http://localhost:5173` to view the application.

## Contributing

Contributions to this project are welcome! Feel free to open an issue or submit a pull request.