sinedied / ng-lite-todo

Todo-list app built with (minimal) Angular

Home Page:https://black-mud-0438eff0f.1.azurestaticapps.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Look at this branch 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.

About

Todo-list app built with (minimal) Angular

https://black-mud-0438eff0f.1.azurestaticapps.net/

License:MIT License


Languages

Language:TypeScript 95.5%Language:HTML 2.8%Language:CSS 1.6%