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
- Host: GitHub
- URL: https://github.com/aj1732/shopcart
- Owner: AJ1732
- Created: 2024-05-05T14:32:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-06T20:59:08.000Z (about 1 year ago)
- Last Synced: 2025-02-07T01:45:16.465Z (4 months ago)
- Language: TypeScript
- Size: 373 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.