Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.01 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.01 KB

Search For a user in the Data of an API

This repository contains the code for a front-end application built using React to fetch users from an API.

Prerequisites

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.

Installation

To set up the project locally, follow these steps:

  1. Clone the repository
 git clone https://github.com/cam207/Front-end-task.git
  1. Navigate to the project directory
 cd Front-end-task/my-app
  1. Install dependencies
 npm install

Running the project

To run the project locally, follow these steps:

  1. Start the development server
npm start
  1. Open your browser Open your browser and navigate to http://localhost:3000. The application should now be running locally.