Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 397 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 397 Bytes

Installation

Front-end

npi i
npm run dev 

Back-end

npm i 
npm start

The React JS website that communicates with Node js backend.

Implemented a friendly interface to display the data and retrieved from the API https://jsonplaceholder.typicode.com/users.

Implemented client side filtering or sorting for the displayed data.

The interface is fully responsive.