Tasko is a task management web app inspired by Trello. The user can build a board from scratch or create a board from an existing template that can also be edited. This project was developed as part of a bootcamp graduation. We created a pixel-perfect Trello clone and implemented many of its features like Drag and Drop and Socket.io for real-time updates.
3-weeks
- VueJs
- Vuex
- NodeJS
- Express
- WebSockets (Socket.io)
- MongoDB
- HTML
- CSS
- Sass
The front-end is hosted on Render.
Link: https://tasko.onrender.com/
Repository for the backend: Tasko-backend