Technologies used: ReactJS, Redux, localStorage.
- Add new member.
- Delete a member.
- Sort members according to their header.
- Select all members or single member.
- Pagination for members.
- Used localStorage for save members.
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