This is an e-commerce website that displays products for sale (sneakers). It was built with React + TypeScript and Tailwind CSS. The project contains all common features of an e-commerce website except a real time checkout process.
- Product display with pagination
- Cart with functionalities (add, update, remove, clear),
- Static checkout form with validations
- React
- TypeScript
- Tailwind css
- React Router
- Harmburger React
- Sonner
The project is available at https://sneaks-store.vercel.app/
- Node.js (version 14 or higher)
- npm (version 6 or higher)
- Clone the repository:
git clone https://github.com/ChinatuL/Sneaks.git
cd your-project-directory
- Install dependencies:
npm install
- To start the development server, run:
npm run dev
The application will be available at http://localhost:5173