Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aadeshkulkarni/task-management
https://github.com/aadeshkulkarni/task-management
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aadeshkulkarni/task-management
- Owner: aadeshkulkarni
- Created: 2024-02-16T17:30:53.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-16T17:41:14.000Z (9 months ago)
- Last Synced: 2024-05-30T02:13:10.157Z (5 months ago)
- Language: JavaScript
- Size: 1.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### How to setup ?
1. git clone `https://github.com/aadeshkulkarni/task-management`
2. cd task-management/
3. yarn add
4. yarn start### Done
- Users can add new tasks to the task board
- Details include name, description, deadline
- Users can edit tasks and all details
- Users can delete tasks
- Users can move tasks between columns
- Users can add columns to the task board representing different work states (ie. ToDo, In Progress & Done)
- Users can drill into tasks to see all details### Pending:
- Users can sort tasks in each column alphabetically by name
- Users can attach images to tasks
- Favorited tasks should be sorted to the top every time### Screenshots
![Testcases](./public/pic1.png)
![Task creation](./public/pic2.png)
![Task board](./public/pic3.png)