Top Task is open source web application for task management based on the React library, powered by Vite. The main feature is the minimalistic design and ease of use with an emphasis on prioritizing tasks.
The application is available at the link address: https://toptask.netlify.app/all-tasks
- State management using Redux Toolkit
- CRUD and complete tasks
- Create, complete and delete subtasks
- Right panel resizer
- Drag and drop tasks both within a list and to other prioritized lists using the react-beautiful-dnd library
- Custom input field with the ability to write in one paragraph or not and the ability to add text decorations in the form of bold, italic and underline font using hotkeys or not
- Priority selector
- Left bar collapse and search tasks by name
- Collapse lists
- Dates when task became completed or created and set due date custom datepicker based on react-datepicker library
- Upcoming, Today and Completed pages
cd top-task-frontend
npm i
npm start