EricZhou0815 / Angular-Todo-App

Simple Todo App developed with Angular for learning purpose

Home Page:https://ericzhou0815.github.io/Angular-Todo-App/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Todo

Build Status Coverage Status Total alerts Language grade: JavaScript

A simple front-end Application written with Angular, connecting to a fake api (JSONPlaceholder). It allows user to create a todo item, change the status of a todo item, and delete a todo item.

Automated deployed by Travis-CI.

Tech Stacks

  • Angular, REST API, Travis-CI (CI/CD)

How to use

1. Download the file or use git commond:

git clone git@github.com:EricZhou0815/Angular-Todo-App.git

2. Update the node_modules based on the package.json

npm install

3. Start the application

ng serve

App Screenshot

UI Screenshot

About

Simple Todo App developed with Angular for learning purpose

https://ericzhou0815.github.io/Angular-Todo-App/


Languages

Language:TypeScript 81.4%Language:JavaScript 9.5%Language:HTML 5.8%Language:CSS 3.2%