Taskman is a task management application designed to help you organize and complete your tasks efficiently.
The Taskman application is deployed and can be accessed at: https://taskman-alpha.vercel.app
- Authentication
- Add, edit, and delete tasks
- Auto-sort tasks by status
- Search tasks by title/name
Clone the Taskman repository from GitHub to your local machine:
git clone https://github.com/rihid/taskman
cd taskman
# Using npm
npm install
npm run dev
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh