Skip to content

kbits000/task_tracker_angular_app

Repository files navigation

Overview

This Angular project is part of my learning journey in web development. I have followed Traversy Media's Angular Crash Course to complete this project. However, while following the instructor, I had to make some adjustments to the code due to me using a newer version of Angular (i.e., v18) and the instructor using version 14.

The purpose of this project is to learn Angular framework.

Angular

This project was generated with Angular CLI version 18.2.4.

Table of Contents

Screenshots

screenshot #1 screenshot #2 screenshot #3 screenshot #4 screenshot #5

Installation and Usage

Install dependencies

npm install

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

ng serve

Open your browser and navigate to http://localhost:4200/

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

npm run server

This is used for REST APIs. The file db.json containes the data of tasks. Visit http://localhost:5000/tasks in your browser.

To build for production

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

Acknowledgments

About

Task Tracker Angular App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published