Skip to content

Repository files navigation

Next.js Technical Test Application

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.

Getting Started

Prerequisites

Make sure you have the following installed on your local machine:

  • Node.js (v14 or higher recommended)
  • npm (v6 or higher) or Yarn (v1 or higher)

Installation

  1. Clone the repository:

    git clone https://github.com/USERNAME/REPOSITORY_NAME.git
    cd REPOSITORY_NAME
    npm install
  2. Configuration:

    NEXT_PUBLIC_API_URL=https://fakestoreapi.com

  3. Run the project:

npm run dev
  1. Unitary Tests:
npm test
  1. StoryBook:
npm run storybook

About

Challenge for Stone

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages