An open API service indexing awesome lists of open source software.

https://github.com/estebanbss/mini-trello

📝 A minimal trello clone in a practical way
https://github.com/estebanbss/mini-trello

angular tailwind trello trello-clone

Last synced: about 1 month ago
JSON representation

📝 A minimal trello clone in a practical way

Awesome Lists containing this project

README

          

# MiniTrello
"Mini-Trello" is a simple trello clone. This project aims to replicate the functionality of Trello while incorporating improvements and fixes to improve user experience and performance by making it simpler.
### [Demo](https://estebanbss.github.io/mini-trello) ▶️
## Overview
![forthebadge](https://github.com/Estebanbss/mini-trello/blob/master/.github/workflows/Mini%20trello.gif)
## Features ⭐
- Login/Register with JWT token authentication
- Ability to create/update/delete the boards
- Ability to add/update/move/delete the cards
- Ability to add/update/move/delete the lists
- Add labels to the cards
- Supports adding of detail description in the cards
- Theme mode
## Stack 📚⛏️
![](https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular&logoColor=white)
![](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)
![](https://img.shields.io/badge/Microsoft_SQL_Server-CC2927?style=for-the-badge&logo=microsoft-sql-server&logoColor=white)
## Next Features 🚀
- Profile editing
- Adding multiple accounts to a dashboard
- Customizing dashboard background
- UI bug fixes and improved UX