This repository houses an e-commerce platform elegantly constructed using Next.js 13 and TypeScript.
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.
- 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.