Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavoestevesr/advanced-responsive-angular-material-table-covid-api
Projeto em Angular para visualizar o status global da COVID-19 em dashboard e em uma tabela para uma análise mais detalhada por meio do consumo de uma API
https://github.com/gustavoestevesr/advanced-responsive-angular-material-table-covid-api
angular angular-material api covid-19 lazy-loading memory-leak models observables property-binding router services standalone subjects user-experience user-interface vercel-deployment
Last synced: 15 days ago
JSON representation
Projeto em Angular para visualizar o status global da COVID-19 em dashboard e em uma tabela para uma análise mais detalhada por meio do consumo de uma API
- Host: GitHub
- URL: https://github.com/gustavoestevesr/advanced-responsive-angular-material-table-covid-api
- Owner: gustavoestevesr
- Created: 2024-09-12T20:05:31.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-19T19:24:25.000Z (4 months ago)
- Last Synced: 2024-11-12T00:35:33.618Z (2 months ago)
- Topics: angular, angular-material, api, covid-19, lazy-loading, memory-leak, models, observables, property-binding, router, services, standalone, subjects, user-experience, user-interface, vercel-deployment
- Language: TypeScript
- Homepage: https://advanced-responsive-angular-material-table-covid-api.vercel.app/dashboard
- Size: 360 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advanced Responsive Angular Material Table Covid Api
Projeto em Angular para visualizar o status global da COVID-19 em dashboard e em uma tabela para uma análise mais detalhada por meio do consumo de uma API.🎨 Layout
💻 Technologies
- HTML
- CSS
- Angular Material
- JavaScript
- Angular
- Typescript
- Vercel💻 Skills
- Sharing Data and Emitting Events Between Components
- Standalone Components
- Http Client (API)
- Observables
- Subjects
- Routing
- Conditionals Directives
- Pipes
- Array Data Structure
- Control of memory leak🚀 Getting started
Prerequisites
- [NodeJS](https://github.com/)
- [Git 2](https://github.com)
- [Angular](https://angular.io/)Cloning
How to clone your project
```bash
git clone github.com/gustavoestevesr/advanced-responsive-angular-material-table-covid-api
```Starting
How to start your project
```bash
cd advanced-responsive-angular-material-table-covid-api
npm install
```Running
How to run your project
```bash
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.
```📫 Contribute
Here you will explain how other developers can contribute to your project. For example, explaining how can create their branches, which patterns to follow and how to open an pull request
1. `git clone https://github.com/gustavoestevesr/advanced-responsive-angular-material-table-covid-api`
2. `git checkout -b feature/NAME`
3. Follow commit patterns
4. Open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!