bueller / trello-clone

πŸ“ Built with Nextjs framework with Typescript and Chakra UI library with support from MongoDB

Home Page:https://trello-clone-one.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trello-clone Build status

forthebadge

Trello clone

Twitter: Ankit Kumar

Overview

This is a clone application for trello. This has been built for learning purpose. My plan is to improve this project and add more features in every release.

Features 🀩

  • Login/Register with JWT token authentication
  • Ability to create/update/delete the board
  • Ability to add/update/move/delete the card
  • Background image library for the board
  • Add labels to the card
  • Supports adding of detail description in the card
  • Invite user to the board
  • Assign a card to the user

Requirements

  1. Node.js
  2. npm

Steps to run this on your local

First install the MongoDB Compass for better visualization of data with MongoDB server.

  1. Clone this repo using git clone https://github.com/knowankit/trello-clone.git
  2. Create .env.local and add this env variable LOCAL_MONGODB=mongodb://localhost:27017/trello Add JWT_SECRET_KEY=randomstrings
  3. Run yarn install
  4. Run yarn dev

For unsplash gallery, api key is needed which can be generated from unsplash website

If you want to run the project using docker

Install docker on your machine and start it

  1. Create .env.development file.
  2. Add LOCAL_MONGODB=mongodb://mongodb:27017/trello
  3. Run docker-compose up

What's next πŸš€

  • Comment on the card
  • Add cypress testing

Tech stacks

  • Nextjs with typescript
  • MongoDB for local development
  • Mongo Atlas for production DB
  • Chakra UI library

Support

Reach out to the maintainer at one of the following places:

"Buy Me A Coffee"

Contributing

All contributions are welcome!

Contributors

Made with contributors-img.

Other interesting repositories

License

This project is licensed under the MIT license. Feel free to edit and distribute this template as you like.

See LICENSE for more information.

About

πŸ“ Built with Nextjs framework with Typescript and Chakra UI library with support from MongoDB

https://trello-clone-one.vercel.app

License:MIT License


Languages

Language:TypeScript 97.5%Language:JavaScript 2.2%Language:Dockerfile 0.3%Language:Shell 0.1%Language:CSS 0.0%