Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 692 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 692 Bytes

React Fetch & Search

React fetch and search it is a single page application that allows users to search a list of users from json file or API and display Some information like name and email you could customize it to display more information, in this page we used jsonplaceholder to fetch the data.

Installation

$ git clone

$ cd react-fetch-and-search

$ npm install

Available Scripts

I used Create React App to bootstrap the project.

npm start

npm test

npm run build

npm run eject

Licence

The MIT License (MIT), see LICENCE.md Copyright (c) 2022 Farouk Chebaiki