This repository contains the corresponding tutorial available on our YouTube channel, Code Scrapper.
Our Trello clone is a streamlined project management tool designed to enhance productivity and team collaboration. It offers intuitive drag-and-drop interfaces for task management, customizable boards for project tracking, and seamless integration capabilities to adapt to various workflows. Ideal for individuals and teams looking for an efficient way to organize tasks and projects.
- Next.js
- MongoDB
- TypeScript
- Next-Auth
- Primsa
- Drag and Drop (D&D)
- Shadcn
- Tailwind Css
Follow these steps to set up the project locally on your device.
Prerequisites
Make sure you have the following installed on your machine:
Clone this Project
git clone https://github.com/CodeScrapper1/trello-clone.git
cd trello-clone
Installation
Install dependencies using yarn:
yarn
Set Up Environment Variables
Create a new file named .env
in the root of your project and add the following content:
GOOGLE_ID=
GOOGLE_SECRET=
DATABASE_URL=
Running the Project using yarn
yarn run dev