{"id":13761937,"url":"https://github.com/knowankit/trello-clone","last_synced_at":"2025-05-16T10:06:02.904Z","repository":{"id":37037107,"uuid":"359428072","full_name":"knowankit/trello-clone","owner":"knowankit","description":"📝 Built with Nextjs framework with Typescript and Chakra UI library with support from MongoDB","archived":false,"fork":false,"pushed_at":"2025-04-14T13:21:17.000Z","size":15490,"stargazers_count":329,"open_issues_count":4,"forks_count":77,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-05-16T10:05:21.084Z","etag":null,"topics":["javascript","mongodb","nextjs","reactjs","trello","trello-clone"],"latest_commit_sha":null,"homepage":"https://trello-clone-one.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knowankit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-04-19T11:04:26.000Z","updated_at":"2025-05-13T10:15:43.000Z","dependencies_parsed_at":"2023-02-18T13:16:19.729Z","dependency_job_id":"d5b2699d-56b6-402e-a114-d7ff91554594","html_url":"https://github.com/knowankit/trello-clone","commit_stats":{"total_commits":237,"total_committers":7,"mean_commits":"33.857142857142854","dds":"0.28691983122362874","last_synced_commit":"231837059c2bcac4eacddd0e0c37d30d82a583ad"},"previous_names":["phoolstack/trello-clone","knowankit/trello-clone"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowankit%2Ftrello-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowankit%2Ftrello-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowankit%2Ftrello-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowankit%2Ftrello-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knowankit","download_url":"https://codeload.github.com/knowankit/trello-clone/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254509477,"owners_count":22082891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","mongodb","nextjs","reactjs","trello","trello-clone"],"created_at":"2024-08-03T14:00:31.788Z","updated_at":"2025-05-16T10:06:02.898Z","avatar_url":"https://github.com/knowankit.png","language":"TypeScript","readme":"# trello-clone ![Build status](https://github.com/knowankit/trello-clone/actions/workflows/main.yml/badge.svg)\n\n[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)\n\n![Trello clone](https://github.com/knowankit/trello-clone/blob/develop/demo.gif) 👨🏻‍💻\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://twitter.com/knowankit\"\u003e\n    \u003cimg alt=\"Twitter: Ankit Kumar\" src=\"https://img.shields.io/twitter/follow/knowankit.svg?style=social\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n- [Overview](#overview)\n- [Features](#features)\n- [Requirements](#requirements)\n- [Installation](#steps-to-run-this-on-your-local)\n  - [1. **Clone the application**](#1-clone-the-application)\n  - [2. **Install necessary dependencies for the application**](#2-install-necessary-dependencies-for-the-application)\n  - [3. **Create a .env file and copy the contents from .env.example**](#3-create-a-env-file-and-copy-the-contents-from-envexample)\n  - [4. **Start the application**](#4-start-the-application)\n- [What is next?](#Whats-next)\n- [Tech Stack](#tech-stacks)\n- [Support](#support)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Overview\n\nThis 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.\n\n### [Demo](https://trello-clone-one.vercel.app/) \n\n## Features 🤩\n\n- Login/Register with JWT token authentication\n- Ability to create/update/delete the board\n- Ability to add/update/move/delete the card\n- Background image library for the board\n- Add labels to the card\n- Supports adding of detail description in the card\n- Invite user to the board\n- Assign a card to the user\n\n## Requirements\n\n1. [Node.js](https://nodejs.org/)\n2. [npm](https://www.npmjs.com/)\n\n## Steps to run this on your local\n\nFirst install the MongoDB Compass for better visualization of data with MongoDB server.\n\n1. Clone this repo using `git clone https://github.com/knowankit/trello-clone.git`\n2. Create _.env.local_ and add this env variable `LOCAL_MONGODB=mongodb://localhost:27017/trello`\n    Add `JWT_SECRET_KEY=randomstrings`\n3. Run `yarn install`\n4. Run `yarn dev`\n\n`For unsplash gallery, api key is needed which can be generated from unsplash website`\n\n### If you want to run the project using docker\n\nInstall docker on your machine and start it\n\n1. Create _.env.development_ file.\n2. Add `LOCAL_MONGODB=mongodb://mongodb:27017/trello`\n3. Run `docker-compose up`\n\n## What's next 🚀\n\n- Comment on the card\n- Add cypress testing\n\n## Tech stacks\n\n- Nextjs with typescript\n- MongoDB for local development\n- Mongo Atlas for production DB\n- Chakra UI library\n\n## Support\n\nReach out to the maintainer at one of the following places:\n\n- [Portfolio](https://knowankit.com)\n\n[![\"Buy Me A Coffee\"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/knowankit)\n\n## Contributing\n\nAll contributions are welcome!\n\n### Contributors\n\n\u003ca href=\"https://github.com/knowankit/trello-clone/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=knowankit/trello-clone\" /\u003e\n\u003c/a\u003e\n\nMade with [contributors-img](https://contrib.rocks).\n## Other interesting repositories\n\n- [My Portfolio](https://github.com/knowankit/knowankit.com)\n- [React bubble effect button](https://github.com/knowankit/react-bubbly-effect-button)\n- [Particle text effect](https://github.com/knowankit/particle-text-effect)\n\n## License\n\nThis project is licensed under the **MIT license**.\n\nSee [LICENSE](LICENSE) for more information.\n","funding_links":["https://www.buymeacoffee.com/knowankit"],"categories":["Nextjs Projects"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknowankit%2Ftrello-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknowankit%2Ftrello-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknowankit%2Ftrello-clone/lists"}