yassin801 / Task-Manager

This project is used to refresh my memory about Angular fundamentals. It includes the Angular ui as well as JSON-server for our mock backend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TaskManager

This project is used to refresh my memory about Angular fundamentals. It includes the Angular ui as well as JSON-server for our mock backend.

Usage

Install dependencies

npm install

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

ng serve

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

npm run server

To build for production

ng build

Screenshots

screenshot 1 screenshot 2 screenshot 3

About

This project is used to refresh my memory about Angular fundamentals. It includes the Angular ui as well as JSON-server for our mock backend.


Languages

Language:TypeScript 77.7%Language:HTML 8.7%Language:JavaScript 7.3%Language:CSS 6.4%