/Sneaks

Sneaks is an e-commerce website that allows users view products and add to cart

Primary LanguageTypeScript

Sneaks

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.

Table of Contents

Features

  • Product display with pagination
  • Cart with functionalities (add, update, remove, clear),
  • Static checkout form with validations

Stack

  • React
  • TypeScript
  • Tailwind css
  • React Router
  • Harmburger React
  • Sonner

Live Site

The project is available at https://sneaks-store.vercel.app/

Prerequisites

  • Node.js (version 14 or higher)
  • npm (version 6 or higher)

To run locally

  1. Clone the repository:
git clone https://github.com/ChinatuL/Sneaks.git
cd your-project-directory
  1. Install dependencies:
npm install
  1. To start the development server, run:
npm run dev

The application will be available at http://localhost:5173