Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)]()