Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 605 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 605 Bytes

Team Management Dashboard

Technologies used: ReactJS, Redux, localStorage.

Features

  1. Add new member.
  2. Delete a member.
  3. Sort members according to their header.
  4. Select all members or single member.
  5. Pagination for members.
  6. Used localStorage for save members.

Installation

Install the dependencies and devDependencies and start the server.

$ git clone https://github.com/The-Atul-Sharma/team-management-dashborad.git
$ cd team-management-dashboard
$ npm install
$ npm start
$ Visit localhost:3000 in browser

For production environments...

$ npm run build