SAYEM5522 / task_management

Home Page:https://task-management-sayem5522.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description:

This task management app serves as a comprehensive solution for users to efficiently create, organize, and monitor their tasks and to-dos. This application streamlines the process of task management by enabling users to add multiple tasks seamlessly while also incorporating a user-friendly file upload system for added convenience.

Live Link

https://task-management-rose-nine.vercel.app/

Getting Started

Follow these steps to set up and run the project locally:

Clone the Repository

git clone https://github.com/SAYEM5522/task_management.git

Move to client folder

cd client

Install Dependencies

npm install

Run the Application

npm start

Move to server folder

cd server

Install Dependencies

npm install

Replace your database url in the .env.example file, and then rename it to .env

connection_url=""

Run the server

node src/server/index.js

About

https://task-management-sayem5522.vercel.app


Languages

Language:JavaScript 91.1%Language:HTML 5.7%Language:CSS 3.3%