An open API service indexing awesome lists of open source software.

https://github.com/devrezaur/angular-todo

Basic ToDo app made with Angular JS, HTML CSS & Bootstrap. You can add task, mark them as finished and delete them on demand.
https://github.com/devrezaur/angular-todo

angularjs bootstrap html-css-javascript

Last synced: over 1 year ago
JSON representation

Basic ToDo app made with Angular JS, HTML CSS & Bootstrap. You can add task, mark them as finished and delete them on demand.

Awesome Lists containing this project

README

          

# Angular To-Do App

This is a basic To-Do app made with Angular JS, HTML CSS & Bootstrap. This was made for angular practice purpose. You can add task, check them as finished and delete tasks on demand.


### Screenshot of the App


![Screenshot](https://github.com/DevRezaur/angular-todo/blob/main/src/assets/images/app.png?raw=true)

---


### Run the app

* Clone the repository
* Open terminal and type `ng serve`
* Navigate to `http://localhost:4200/`
* The app will automatically reload if you change any of the source files.