Skip to content

⌚ Created a User-Friendly eCommerce Shopping Cart Application with React and TypeScript.

Notifications You must be signed in to change notification settings

yanliu1111/react-typescript-ecommerce-proj

Repository files navigation

React-TypeScript Shopping Cart project

This project is a simple shopping cart application built with React and TypeScript. It is a work in progress and will be updated as I learn more about React and TypeScript.

Deployed 🌝 HERE

Getting Started

To get started, clone the repository and install the dependencies.

git clone
cd react-typescript-shopping-cart
npm install

Launching the data

One way is hard-coding; Anther way is to use json-server to serve the data for the products, run the following command. I used both here, watch the comments in the code.

npx json-server -w data/products.json -p 3500

To start the application, run the following command.

npm run dev

Launch the application in the browser at http://localhost:5173/

About

⌚ Created a User-Friendly eCommerce Shopping Cart Application with React and TypeScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published