Taskly is a simple task manager where users can
- Add a task to the list
- Mark tasks as complete
- Filter tasks by active or complete
- Search tasks by keywords
- View the number of active tasks
It also stores tasks in local storage so that users can come back and view them later.
- This project was bootstrapped with Create React App.
- Material-UI was used to style components.
- React Testing Library was used to test components.
- gh-pages was used to deploy the page on Github pages. (Page link: https://kyubinhan.github.io/taskly/)