Collabtasker is a full stack web application for multiple users to add Todo items to their Todo boards.
Access my site at the project's github page
Collabtasker is a full-stack web application that allows users to create and manage Todo items on personalized Todo boards. It offers functionality for users to share their boards with others, fostering a collaborative environment.
Front End uses react.js, tailwindcss, typescript, and shadcn-ui.
Back End uses Java, Spring Boot, Spring Security, Spring REST, and JWT.
The whole project is containerized using docker and docker compose
- Download or clone the repository
- Have docker installed
- Run
docker compose up -d - Visit
localhost:8000

