Shopping Cart Demo

A simple React + Typescript app of Shopping Cart

Table of Contents

Introduction

This project was created as part of studying and comprehending the React and Typescript environment. It also serves as an opportunity to explore and use the Bootstrap CSS framework for styling.

Prerequisites

  • Node.js
  • npm

Installation

# Clone the repository
git clone https://github.com/vicleyva/ShoppingCartDemo.git

# Change into the project directory
cd ShoppingCartDemo

# Install dependencies
npm install

Usage

# Run the development server
npm run dev

Technologies Used

  • React
  • TypeScript
  • Vite
  • Bootstrap
  • React Router

Scripts

  • dev: Run the Vite development server.
  • build: Build the project using TypeScript and Vite.

License

This project is licensed under the MIT License.