
Initial Release
My Focus Board is a simple and intuitive task management application designed to help users organize, track, and prioritize their tasks across various stages:
Tasks can have priority labels such as Normal or Critical, due dates, and editable details. The app also supports a dark mode toggle for user preference.
git clone https://github.com/AshokThangavel/FocusBoard.git
cd FocusBoard
Build and start the app using Docker Compose:
docker-compose up --build
To stop and remove the running containers:
docker-compose down
Access the InterSystems IRIS System Management Portal at:
👉 http://localhost:52773/csp/sys/UtilHome.csp
Once the containers are running, open your browser and navigate to:
http://localhost:52773/csp/user/FocusBoard.Home.cls
This project is licensed under the MIT License. See the https://github.com/AshokThangavel/FocusBoard/blob/main/LICENSE file for details.
For questions or contributions, please open an issue or submit a pull request on GitHub.