Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamedaflah/taskmngment_task
This is task management mechine task, is it like kanban dashboard
https://github.com/mohamedaflah/taskmngment_task
environment-variables nextjs nodejs protected-branches-true reactjs tailwindcss typescript
Last synced: 3 days ago
JSON representation
This is task management mechine task, is it like kanban dashboard
- Host: GitHub
- URL: https://github.com/mohamedaflah/taskmngment_task
- Owner: mohamedaflah
- Created: 2024-07-31T09:37:58.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T15:51:24.000Z (4 months ago)
- Last Synced: 2024-08-02T19:01:34.457Z (4 months ago)
- Topics: environment-variables, nextjs, nodejs, protected-branches-true, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://taskmngment-task.vercel.app
- Size: 7.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Instructions to clone this repo
## Steps
1. git clone https://github.com/mohamedaflah/taskmngment_task.git
2. cd client
3. npm install
4. npm run dev
5. add new terminal without closing existing terminal
6. cd ../server/
7. npm install
8. npm run build
9. npm start## Currently I am facing some issues in my deployed project front and backend because I am using free hosting service that why you can clone and test this project this work perfectly with all functionality
## Ensure .env file added in both client and server, refer .env.local and env.sample.txt file
#
#
# Home page
[![Home page](/media/home-page.png)]()
# Add new column
[![Add new column](/media/Add-todo.png)]()
# Add task in column
[![Add task in column](/media/Add-task.png)]()
# Drag and Drop Area
[![Drag and Drop Area](/media/Draganddrop.png)]()