/task-tracker

A simple task tracker app developed using Angular and TypeScript.

Primary LanguageTypeScript

Task Tracker

This project was generated with Angular CLI version 13.1.3. It is a simple task tracker app that has an option to add and delete tasks as well as to put a reminder on specific tasks.

Task Tracker

Development server

  1. Run ng serve or npm start for a dev server.
  2. Run npm run server to set up a json-server (that is used to imitate remote API).
  3. Navigate to http://localhost:4200/.

The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name or ng g c component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

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