Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Simple javascript app which manages tasks. Project done using Angular.

Notifications You must be signed in to change notification settings

ngljcb/project_16330_angular

Repository files navigation

Angular Demo: To Do Manager App

This is a simple JavaScript app that manages todo tasks online with easy-to-use user interface.
It includes the Angular ui as well as JSON-server for our mock backend.


Usage

Run Angular server (http://localhost:4200)

ng serve

Run the JSON server (http://localhost:5000)

npm run server