In the beginning AngularTasks was only a simple Todo for Tasks. With time many features like
- Progressbar
- Drag & Drop
- DarkMode
- Notifications
- many more.
has been added to the Application and now, AngularTasks is a full personal tasks planing solution.
As now, all data is stored in the LocalStorage on your PC -> No Cloud option yet. You can run the Application as packed Electron Application for Linux, MacOs, Windows.
For special needs, AngularTasks also delivers a ready to run solution for docker, you just need to call the standard compose up comand.
- How to run?
- Downloads
- FAQ
- Where are the Data stored?
- What features will be integrated?
- How often the project got updates?
- Will there come a installer and update process?
- Development
- Requirements
- Build & run
- Contribution
- Testimonials
There are a few options available to run AngularTasks. The main releases are packed as runnable Electron Apps, but you can also just clone and start AngularTasks*.
For enthusiasts, AngularTasks is also shipped with a ready to use docker compose file.
Just download the lastest release, unpack and start AngularTasks
Here you need to do some steps, for this please refer to the Development section.
Docker needs to be installed on your system.
Clone repository and run docker compose up
For latest release, please visit https://github.com/iptoux/AngularTasks/releases/latest
This project was generated using Angular CLI version 19.2.3.
npm installTo build the project run:
ng buildTo start a local development server, run:
ng serveOnce the server is running, open your browser and navigate to http://localhost:4200/. The application will automatically reload whenever you modify any of the source files.
ng build && electron . electron-packager ./ ./MyTaskApplication-win32-x64 --platform=win32 --overwriteThis will compile your project and store the build artifacts in the dist/ directory. By default, the production build optimizes your application for performance and speed.
Its really nice, i love it and use it every day! Can't wait to see more new features soon.

