This is a mock E-commerce website, built using Next.js and Mock Shop API.
- Next.js
- React
- Node.js
- CSS
- JavaScript
- TypeScript
- React Testing Library
- Jest
First, run the development server:
npm run dev
Then, open http://localhost:3000 with your browser to see the result.
To run the tests , use the following command :
npm run test
- Make items on the basket persistent while navigating between pages (Using
localStorage
) - Create multiple pages
- Add integration tests