/chaussures

Primary LanguageTypeScript

E-Commerce Store

This repository houses an e-commerce platform elegantly constructed using Next.js 13 and TypeScript.

Getting Started

First, create the database:

node connect.js

Then, run the Development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Features:

  • Product Display: Products are showcased in an aesthetically pleasing manner for optimal user browsing.
  • Cart System: An intuitive cart functionality ensures users can effortlessly select and review their desired items.
  • SQLite Database Integration: Unlike traditional hardcoding, the system leverages an SQLite database for product data storage, ensuring better flexibility and future scalability.
  • Styling: Custom CSS is applied throughout to deliver a consistent and engaging user interface.

Snapshots 📸:

Home Page 🏠 home page

Product Details 👟 product details page

Cart 🛒 cart details page