Skip to content

A advanced tasks application (todo), in Angular as SSA. With darkmode, encypted storage, offline/online mode, and many more..., available as electron app package for Windows/Linux/MacOs. Also available for Docker!

License

Notifications You must be signed in to change notification settings

iptoux/AngularTasks

Repository files navigation

AngularTasks

GitHub Downloads (all assets, all releases)

What it is?

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.

Demo/Images

AngularTasks-git
AngularTasks-git-2

Table of Content

How to run?

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.

App (Electron)

Just download the lastest release, unpack and start AngularTasks

Native (Browser)

Here you need to do some steps, for this please refer to the Development section.

Docker

Docker needs to be installed on your system.

Clone repository and run docker compose up

Downloads

For latest release, please visit https://github.com/iptoux/AngularTasks/releases/latest

Development

This project was generated using Angular CLI version 19.2.3.

Requirements

npm install

Build & Run

To build the project run:

ng build

To start a local development server, run:

ng serve

Once 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.

Run Electron app from Repo

ng build && electron .

Building as (Native) App (binary)

 electron-packager ./ ./MyTaskApplication-win32-x64 --platform=win32 --overwrite

This 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.

Testimonials

Its really nice, i love it and use it every day! Can't wait to see more new features soon.

About

A advanced tasks application (todo), in Angular as SSA. With darkmode, encypted storage, offline/online mode, and many more..., available as electron app package for Windows/Linux/MacOs. Also available for Docker!

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published