https://github.com/nemanjarogic/task-tracker
A simple task tracker app developed using Angular and TypeScript.
https://github.com/nemanjarogic/task-tracker
angular typescript
Last synced: 2 months ago
JSON representation
A simple task tracker app developed using Angular and TypeScript.
- Host: GitHub
- URL: https://github.com/nemanjarogic/task-tracker
- Owner: nemanjarogic
- Created: 2022-01-18T23:40:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-19T21:10:25.000Z (over 3 years ago)
- Last Synced: 2024-12-27T17:32:51.421Z (4 months ago)
- Topics: angular, typescript
- Language: TypeScript
- Homepage:
- Size: 317 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Tracker
This project was generated with [Angular CLI](https://github.com/angular/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.
## 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.