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

https://github.com/sinedied/ng-lite-todo

Todo-list app built with (minimal) Angular
https://github.com/sinedied/ng-lite-todo

angular ng-lite sample todo-list

Last synced: 5 months ago
JSON representation

Todo-list app built with (minimal) Angular

Awesome Lists containing this project

README

          

# 🪶 ng-lite-todo

> Todo-list app built with (minimal) Angular.

An upcoming article detailing all the steps to build this app is coming soon!

You can test a deployed version of the app [here](https://black-mud-0438eff0f.1.azurestaticapps.net).

Look at [this branch](https://github.com/sinedied/ng-lite-todo/tree/deploy-azure) for automated Azure deployment instructions.

## Tasks

This project works the same way as any Angular project, by using either the included NPM scripts or the Angular CLI directly:

- `npm start`: run dev server at `http://localhost:4200/`
- `npm run build`: build the project in the `dist/` directory.

## API

This project uses a REST API to store the todos. You can find the source code of the API [here](https://github.com/sinedied/azure-functions-todo-api).