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
- Clone the repository
git clone https://github.com/rushikesh-tk/Trello.git
- Change the working directory
cd Trello
- Install dependencies (for backend)
npm install
- Change the working directory to frontend
cd frontend
- Install dependencies (for frontend)
npm install
- 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.
- Run the app
Change the working directory to the root folder
npm run dev
🌟 You are all set!
- Create your daily todos.
- Drag them, update them, delete them.
- User can login via google also.
- User search their todos in search bar.