Skip to content

A trello task managing app where user can add, update, delete and also drag and drop the task.

Notifications You must be signed in to change notification settings

rushikesh-tk/Trello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trello

🚀 Demo

https://trelloapp-eight.vercel.app/

The basic idea is to provide the user to add daily todos, modify them as per the need, drag and drop is available User can also login via google

🛠️ Installation Steps

  1. Clone the repository
git clone https://github.com/rushikesh-tk/Trello.git
  1. Change the working directory
cd Trello
  1. Install dependencies (for backend)
npm install
  1. Change the working directory to frontend
cd frontend
  1. Install dependencies (for frontend)
npm install
  1. Environment variables (in the root folder)

Create .env file in the root folder and add fields for MONGO_URI, JWT_SECRET, GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, JWT_COOKIE_EXPIRES_IN.

  1. Run the app

Change the working directory to the root folder

npm run dev

🌟 You are all set!

🧐 Features

  • Create your daily todos.
  • Drag them, update them, delete them.
  • User can login via google also.
  • User search their todos in search bar.

About

A trello task managing app where user can add, update, delete and also drag and drop the task.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published