This is a Next.js application deployed on Vercel here:
It uses Tailwind CSS for styling and Jest with React-Testing-Library for testing.
Please click on a product card to see price information.
To run this project locally, clone the repository and run the following commands:
npm install
npm run dev
Open your browser and navigate to http://localhost:3000
.
To run the tests, run the following command:
npm run test