ChinatuL / Sneaks

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

Home Page:https://sneaks-store.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://sneaks-store.vercel.app


Languages

Language:TypeScript 94.7%Language:CSS 2.8%Language:JavaScript 1.3%Language:HTML 1.2%