This is simple todo application which built for the purpose of tracking, utilizing task for a user.
- The application state managed by react-redux
- The persitant content from localstorage has been built by redux-persist
- Followed proper code formate, file structures and typescript type.
- User can add a task, set priorty, and automatically timestamped with today's date.
- The task can be updated if it's completed or deleted when it's done.
- Totall available tasks and complted task data is presented as well.
- User can filter data by priority