Solution for a challenge from Devchallenges.io.
Live | Demo Video | Solution | Challenge
It's a simple clone of Trello. You can check out demo video, gif examples or visit demo site.
- React
- Node.js
- Serverless Framework
- AWS Lambda
- Firebase Authentication, Realtime Database, Storage
This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.
- Authenticate user
- Create a new board (select title, cover image, visibility)
- You can edit board info (description, title, remove team members)
- Invite team members to board
- Create a list
- You can drag, drop, rename and delete lists.
- Create a task
- You can switch tasks between lists
- You can reorder tasks in the list
- You can set description, cover image, labels to task
- You can upload attachments
- You can assign team members to task
- You can comment on task