This is a simple TODO app. This application has user roles enabled. A User with role "manager" can create, edit and delete a role. Where as a user with employee role can only Change the status of a role.
- React JS
- Redux
- React Router 4
Once you have cloned this repository, enter the following commands.
npm install
npm start
You can now access the application on the url http://localhost:8080
Credentials
For Manager : manager / manager
For Employee : employee / employee
Happy ToDo-ing :)