Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joan-thirimbu/taskforge

A task management application using Angular. The application should allow users to view tasks in a table format, add new tasks, edit existing tasks, and delete tasks. Use Angular Material for UI components and implement routing for navigating between different views.
https://github.com/joan-thirimbu/taskforge

angular-cli angular-material glitch

Last synced: about 2 months ago
JSON representation

A task management application using Angular. The application should allow users to view tasks in a table format, add new tasks, edit existing tasks, and delete tasks. Use Angular Material for UI components and implement routing for navigating between different views.

Awesome Lists containing this project

README

        

# TaskForge

This project was generated with [Angular CLI](https://github.com/angular/angular-cli)

- Angular CLI: 14.0.7
- Node: 16.13.2
- Package Manager: npm 8.1.2
- OS: darwin x64
- Angular: 14.3.0
- animations
- common
- compiler
- compiler-cli
- core
- forms
- platform-browser
- platform-browser-dynamic
- router
- Packages:
- @angular-devkit/architect: 0.1402.13
- @angular-devkit/build-angular: 14.2.13
- @angular-devkit/core: 14.2.13
- @angular-devkit/schematics: 14.0.7
- @angular/cdk: 14.2.7
- @angular/cli: 14.0.7
- @angular/material: 14.2.7
- @schematics/angular: 14.0.7
- rxjs: 7.5.7
- typescript: 4.7.4

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.

## Json server
Run ` npm install -g [email protected]`.
Run `npx json-server --watch db.json`. This command will start JSON Server and watch the `db.json` file for changes, just like before.

## Code scaffolding

Run `ng generate component 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.

## Running unit tests

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.