vishaln15 / Task-Tracker

A basic task tracking project build using Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Tracker App

Description

A simple task tracker application built with Angular. This app uses JSON Server for the mock backend. This project was generated with Angular CLI version 13.1.2.

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.

Start backend server

$ npm run server

This occupies port 5000 by default. Navigate to http://localhost:5000/. Refresh the browser should you change db.json data manually.

Acknowledgment

Thanks to Brad Traversy whose YouTube video helped me understand and implement this project.

About

A basic task tracking project build using Angular


Languages

Language:TypeScript 78.2%Language:HTML 8.9%Language:CSS 6.8%Language:JavaScript 6.1%