This app has built while chapter 4 of ignite. It's an app to analyze and visualize informations in chart format and other type of views.
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
- Commit changes:
git commit -m 'feat: My new feature'
- Push branch:
git push origin my-feature