Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 760 Bytes

File metadata and controls

31 lines (25 loc) · 760 Bytes

Tasko-frontend - Trello clone

Description

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.

Time Taken

3-weeks

Technologies Used

  • VueJs
  • Vuex
  • NodeJS
  • Express
  • WebSockets (Socket.io)
  • MongoDB
  • HTML
  • CSS
  • Sass

Frontend

The front-end is hosted on Render.
Link: https://tasko.onrender.com/

Backend

Repository for the backend: Tasko-backend