sudheerpal / toDoApp

A basic functioning toDoApp using angular5.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toDoApp

Its a basic functioning to do app, where we can add new task, edit existing task and can also delete task upon completion.

Filter (search) task and clear list are extra added feature.

Instal NPM module

npm i to add all dpenedencies.

Development server

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

Incase of local environment has ng version incompatibility, then npm start will run the application.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

About

A basic functioning toDoApp using angular5.


Languages

Language:TypeScript 63.2%Language:HTML 27.3%Language:JavaScript 9.1%Language:CSS 0.4%