This is a technical test application built with Next.js, using FakeStoreAPI for secondary data. The project includes Storybook for UI component development and Jest for unit testing.
Make sure you have the following installed on your local machine:
-
Clone the repository:
git clone https://github.com/USERNAME/REPOSITORY_NAME.git cd REPOSITORY_NAME npm install -
Configuration:
NEXT_PUBLIC_API_URL=https://fakestoreapi.com -
Run the project:
npm run dev- Unitary Tests:
npm test- StoryBook:
npm run storybook