💢 Simple and Modern Angular to-do app.
558
Warning
This project has been maintained for 2 years since its start, but from today (August 2026) onward it will no longer be maintained.Thank you for following this project. Although there were ideas for future updates, the technologies and choices used here have become increasingly outdated and difficult to maintain. Because of that, continuing development and upgrading it would no longer be a worthwhile use of time.
AngryTask is a simple task manager that allows you to create, edit, and delete tasks. It is built using Angular and PrimeNG. This project was created to help me learn Angular and PrimeNG. The project is hosted on GitHub Pages and can be accessed at the live demo.
Source repository: Mr-MRF-Dev/Angry-Task
You can find the Angry Task Docker image on Docker Hub and GitHub Container Registry (GHCR)
From Docker Hub:
docker pull mrmrfdev/angry-task:latest
docker run -p 4200:80 mrmrfdev/angry-task:latest
From GitHub Container Registry (GHCR):
docker pull ghcr.io/mr-mrf-dev/angry-task:latest
docker run -p 4200:80 ghcr.io/mr-mrf-dev/angry-task:latest
For more information, check out the README file.
Content type
Image
Digest
sha256:c9dbd3ba9…
Size
25.4 MB
Last updated
about 2 months ago
docker pull mrmrfdev/angry-task