An open source Trello Clone built with everything new in the Next.js 14 ecosystem.
- Language: TypeScript
- Framework: React, Next.js
- Styles: TailwindCSS
- UI Components: shadcn/ui
- ORM: Prisma
- Authentication: NextAuth
- Testing: Cypress
- Validation: zod
- Forms: react-hook-form
- WYSIWYG: Tiptap
- Primitives: RadixUI
- Icons: Lucide
- DND: react-beautiful-dnd
- Formatting: Prettier
- Background Images: Unsplash
- Illustrations: storyset
# Clone the project:
git clone https://github.com/0l1v3rr/trello-clone.git
cd trello-clone
# Copy the .env.example file and rename it to .env
# Also, make the appropriate changes
cp .env.example .env
# Run the database with docker:
docker compose up -d
# Install the dependencies:
npm i
npm run prepare
# Reset the DB
npx prisma migrate reset
# Run the application
npm run dev
# Also, you can preview the app to see how it would work in production
npm run preview
After the successful installation, the app should start here. You can log in with the following credentials: username: test, password: test
Contributions are more than welcome! Please open an issue if you have any questions or suggestions. See the contributing guide for more information.
This project is licensed under the MIT License.