This project is a submission for a coding task assigned by Imona Company. It was completed by Bayode Emmanuel Olaseeni.
It was built using Next.js bootstrapped with create-next-app.
To set up this project locally, follow these instructions:
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the required dependencies by running
npm install(oryarn,pnpm,bunif you prefer). - Create a
.envfile in the root directory of the project and add the following line:
NEXT_PUBLIC_API_URL="https://reqres.in/api"
To run the development server, use the following command:
npm run dev
or
yarn dev
or
pnpm dev
or
bun dev
Then, open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.