https://github.com/anibulus/todo_application
Angular 17 front-end application deployed at firebase. It's a TODO web 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
Repository
Angular 17 front-end application deployed at firebase. It's a TODO web application
Basic Info
- Host: GitHub
- Owner: Anibulus
- Language: HTML
- Default Branch: main
- Homepage: https://todoapp-d5e74.web.app/
- Size: 130 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
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 ```
Pending
Check how Injector works with local storage
js
injector = inject(Injector);
Owner
- Name: Luis Preza
- Login: Anibulus
- Kind: user
- Location: Jal. México
- Website: https://anibulus.site?q=g
- Twitter: Anibulus
- Repositories: 4
- Profile: https://github.com/Anibulus
Backend developer / Game developer
GitHub Events
Total
Last Year
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
- 895 dependencies
- @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