Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 626 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 626 Bytes

This is a mock E-commerce website, built using Next.js and Mock Shop API.

Tech Stack

  • Next.js
  • React
  • Node.js
  • CSS
  • JavaScript
  • TypeScript
  • React Testing Library
  • Jest

How to run

First, run the development server:

npm run dev

Then, open http://localhost:3000 with your browser to see the result.

How test

To run the tests , use the following command :

npm run test

Future development

  • Make items on the basket persistent while navigating between pages (Using localStorage)
  • Create multiple pages
  • Add integration tests