Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 998 Bytes

README.md

File metadata and controls

51 lines (32 loc) · 998 Bytes

Random User Table

Table of Contents

Overview

Working Example

Running The Project Locally

Features

Technologies

License

Overview

Display table data from random user API randomuser.me/api

Working Example

Demo live version randomuser-react.herokuapp.com

Running The Project Locally

  1. Clone this repo git clone https://github.com/nnfans/randomuser-react
  2. Move to project directory cd randomuser-react
  3. Run yarn to install the dependency
  4. Start the project yarn start
  5. Project running at http://localhost:3000/

Features

  • Search by keyword
  • Filter by gender
  • Pagination
  • Debounce search
  • Sort by column
  • Reset Filter

Technologies / Library

  • Create React App
  • Bootstrap 5
  • Axios
  • date-fns

License

MIT license @ Mohamad Irfan