Skip to content

hanthienduc/react-shopping-cart

Repository files navigation

Advanced Shopping Cart Built with ReactJS and TypeScript

Installation & Start App guide

  • Clone the github repository
  • navigate to the project directory in the command line run npm install to install necessary packages and dependencies
  • next in the command line run npm run dev to start the project
  • the app is live on http://localhost:5173/

Preview

  • 'Store'
  • 'add'
  • 'Display'

Dependencies

  • "boostrap": "^2.0.0",
  • "react": "^18.2.0",
  • "react-dom": "^18.2.0",
  • "react-router-dom": "^6.3.0"