https://github.com/muhammadrukon/task-management-tool
https://github.com/muhammadrukon/task-management-tool
react react-router tabler-icons tailwindcss typescript vite
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muhammadrukon/task-management-tool
- Owner: MuhammadRukon
- Created: 2025-10-02T19:25:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-05T11:31:05.000Z (9 months ago)
- Last Synced: 2025-10-05T12:19:13.479Z (9 months ago)
- Topics: react, react-router, tabler-icons, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://kalojira.vercel.app
- Size: 51.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About the project
A simple task management tool that includes, adding, updating and deleting tasks. User can also search but cant do anything else except seeing tasks unless he/she is logged in.
- Add task by clicking the 'Add Task' Button.
- Update task by drag and drop / clicking on the task which opens the edit task modal.
- Delete the task by clicking delete button, when the task update modal appears.
- log in/log out by clicking the button on the left sidebar (bottom left)
- to sign up, click the sign up button in the login form.
## Project Setup
step 1: make sure your node version is equal or above v20.19.4
step 2: clone the repo
```bash
git clone https://github.com/MuhammadRukon/task-management-tool.git
```
step 3: create .env file and use your database
```bash
cp .env.example .env
```
step 3: install dependencies
```bash
npm i
```
step 4: run the project
```bash
npm run dev
```