Skip to content

SaadiaELF/simply-store

Repository files navigation

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

Releases

No releases published

Packages

No packages published