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.
- HTML
- CSS
- Angular Material
- JavaScript
- Angular
- Typescript
- Vercel
- 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
How to clone your project
git clone github.com/gustavoestevesr/advanced-responsive-angular-material-table-covid-api
How to start your project
cd advanced-responsive-angular-material-table-covid-api
npm install
How to run your project
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.
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
git clone https://github.com/gustavoestevesr/advanced-responsive-angular-material-table-covid-api
git checkout -b feature/NAME
- Follow commit patterns
- Open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!