Skip to content

Latest commit

 

History

History
executable file
·
31 lines (24 loc) · 841 Bytes

README.md

File metadata and controls

executable file
·
31 lines (24 loc) · 841 Bytes

Zolplay React Interview Challenge

About

In this exercise, we will be building a simple React app that will allow us to search for GitHub repositories and display the results.

The project is bootstrapped with Next.js.

Tech Stack

Getting Started

Setup

  1. Fork this repository to your GitHub account
  2. Clone your forked repository
    git clone https://github.com/your-username/react-interview.git
    cd react-interview
  3. Install dependencies and start the dev server
    pnpm i
    pnpm dev
  4. Open http://localhost:3000 in your browser