Skip to content
/ todo-app Public

TODO APP with angular v17 and the new features

Notifications You must be signed in to change notification settings

jom3/todo-app

Repository files navigation

TODO APP

This project was made with Angular CLI version 17.0.0.

Description

This application was made with the last version of angular (17.0.0) using the new features like: @for, @if, @switch, signals, etc.

Also, the project use INJECT of angular to inject functions, services, etc.

This project is using JSON SERVER as web server that allow me to simulate a server where I could save data and work with that.

Remember this application will change in the future if necesary to have the lastest features of the framework

Need to Install

Nodejs

  • Need to install NODEJS
  • To check your node version use node --version

Angular

  • Need to install ANGULAR, you must follow the steps in the official page
  • To check your angular version use ng version

Json Server

  • You need to install globally npm install -g json-server

Run application as Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Run in a console npm run backend to run your json server

Build your application

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

More information

About

TODO APP with angular v17 and the new features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published