https://github.com/anibulus/todo_application

Angular 17 front-end application deployed at firebase. It's a TODO web application

https://github.com/anibulus/todo_application

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.0%) to scientific vocabulary

Keywords

angular angular17 javascript server-side-rendering
Last synced: 5 months ago · JSON representation

Repository

Angular 17 front-end application deployed at firebase. It's a TODO web application

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
angular angular17 javascript server-side-rendering
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.MD

Angular Basics Project

Application without tests and server side rendering

How to install Angular

bash npm i @angular/cli -g

Create an angular aplication whithout tests bash ng new todo_app --skip-tests

Run Angular application bash ng serve

Create Angular component (route: pages/home) bash ng g component pages/home

The folder /dist/[name-project]/ is the one to deploy.

Deploy to Production

Build the application (optimization tasks) bash ng build

This application was deployed at Firebase Console

```bash sudo npm install -g firebase-tools

firebase login

firebase init

firebase deploy --debug ```

TODO application deployed

Pending

Check how Injector works with local storage js injector = inject(Injector);

Owner

  • Name: Luis Preza
  • Login: Anibulus
  • Kind: user
  • Location: Jal. México

Backend developer / Game developer

GitHub Events

Total
Last Year

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 4
  • Total Committers: 1
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 4
  • Committers: 1
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Luis Preza a****n@g****m 4

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

package-lock.json npm
  • 895 dependencies
package.json npm
  • @angular-devkit/build-angular ^18.1.3 development
  • @angular/cli ^18.1.3 development
  • @angular/compiler-cli ^18.1.0 development
  • @types/jasmine ~5.1.0 development
  • jasmine-core ~5.1.0 development
  • karma ~6.4.0 development
  • karma-chrome-launcher ~3.2.0 development
  • karma-coverage ~2.2.0 development
  • karma-jasmine ~5.1.0 development
  • karma-jasmine-html-reporter ~2.1.0 development
  • typescript ~5.5.2 development
  • @angular/animations ^18.1.0
  • @angular/common ^18.1.0
  • @angular/compiler ^18.1.0
  • @angular/core ^18.1.0
  • @angular/forms ^18.1.0
  • @angular/platform-browser ^18.1.0
  • @angular/platform-browser-dynamic ^18.1.0
  • @angular/router ^18.1.0
  • rxjs ~7.8.0
  • tslib ^2.3.0
  • zone.js ~0.14.3