WodenWang820118 / ng-todo

A todo CRUD app with Angular 17.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

The application is the practice of to-do app lists using Angular. It is initially created by Traversy Media. The purpose of the repository is to showcase the basic understanding of Angular framework and TypeScript.

Objectives

  • Showcase basic concepts of the Angular framework.
  • Showcase the reactivity of Angular with RxJS and Angular Async pipe.
  • Showcase the use of Angular service with its dependency injection.
  • Showcase the folder structure of the Angular application and how it optimizes the initial bundle size.

Development

  • npm install to install all the dependencies.
  • ng serve to run the development server.
  • npm run server to run the JSON server.
  • npm run build to build the project.

About

A todo CRUD app with Angular 17.

License:MIT License


Languages

Language:TypeScript 92.6%Language:CSS 5.5%Language:HTML 1.4%Language:JavaScript 0.5%