Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Basic Todo App

Simple Angular todo app built with standalone components.

Features

  • Add new todos
  • Mark todos as done
  • Edit existing todos
  • Delete todos
  • Filter by all, active, or done
  • Save todos in local storage

Project Structure

  • todo-app/ - Angular application

Run Locally

From the todo-app folder:

npm install
npm start

Open http://localhost:4200/ in your browser.

Build

cd todo-app
npm run build

About

Hands-on Angular development: a collection of tutorials and small applications to practice component-based architecture and TypeScript.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages