Sign inSign up

mrmrfdev/angry-task

By mrmrfdev

Updated about 2 months ago
Archived

💢 Simple and Modern Angular to-do app.

Image
1

558

mrmrfdev/angry-task repository overview

💢 AngryTask

GitHub Release GitHub repo size Release & Deploy on GitHub Pages 🚀 codecov GitHub deployments Docker Pulls Docker Image Size (latest by date) GitHub package.json angular version GitHub package.json angular cli version GitHub package.json primeNG version GitHub License

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.

📁 Repository

Source repository: Mr-MRF-Dev/Angry-Task

📦 Angry Task Image

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.

Tag summary

Content type

Image

Digest

sha256:c9dbd3ba9

Size

25.4 MB

Last updated

about 2 months ago

docker pull mrmrfdev/angry-task