mockup of Monday.com - task management system.
- Login \ logout
- Get list of users \ tasks from JSON file
- Add task (with form)
- Notification bar
- Toggle between list\grid view
- Change profile
- React router for nevigation
- Wrong user \ wrong password error message
- Working with state
- Working with JSON files for storing data was difficult for me
- Didn't manage to add animations to react (didnt managed to work with React CSSTransition)
- Connect to DB
- Add "my tasks collection"
- Managing permisions
- Adding tests