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.
- Fork this repository to your GitHub account
- Clone your forked repository
git clone https://github.com/your-username/react-interview.git cd react-interview
- Install dependencies and start the dev server
pnpm i pnpm dev
- Open http://localhost:3000 in your browser