Hosted at: https://suthesan-task-list-app.netlify.app
Running App Locally:
- npm install
- npm start
Functionalities covered:
- Login/Logout
- Dashboard with no tasks
- Dashboard with tasks:
- 3 info cards as per the design mock-up
- A list of all the tasks
- Ability to search tasks by name
- Ability to create new tasks
- Ability to mark completed tasks
- Ability to edit/delete tasks
Bonus tips covered:
- React Hooks
- CSS-in-JS
- Deploying your app somewhere
- Displaying skeleton while loading/fetching data