This repository contains the code for a front-end application built using React to fetch users from an API.
Before you begin, ensure you have met the following requirements:
- Node.js: Make sure you have Node.js installed. You can download it from Node.js official website.
- npm: npm is the package manager for Node.js. It is typically installed alongside Node.js.
To set up the project locally, follow these steps:
- Clone the repository
git clone https://github.com/cam207/Front-end-task.git
- Navigate to the project directory
cd Front-end-task/my-app
- Install dependencies
npm install
To run the project locally, follow these steps:
- Start the development server
npm start
- Open your browser Open your browser and navigate to http://localhost:3000. The application should now be running locally.