An open API service indexing awesome lists of open source software.

https://github.com/tushar-indurjeeth/task-manager-angular

Built a task manager with Angular 19, uses the local storage to save the tasks. You can add and delete tasks as necessary.
https://github.com/tushar-indurjeeth/task-manager-angular

angular19 tailwindcss

Last synced: 11 months ago
JSON representation

Built a task manager with Angular 19, uses the local storage to save the tasks. You can add and delete tasks as necessary.

Awesome Lists containing this project

README

          

# Task Manager

Built a task manager with Angular 19, uses the local storage to save the tasks. You can add and delete tasks as necessary.

## Live Demo

[https://task-manager.tusharin.com/](https://task-manager.tusharin.com/)

## Development server

To start a local development server, run:

```bash
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.

## Building

To build the project run:

```bash
ng build
```

## License

Code released under the [MIT License](https://github.com/Tushar-Indurjeeth/Task-Manager-Angular/blob/49c0891ef6872e30606991ac3e500715fab60ab1/LICENSE).