Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 794 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 794 Bytes

dashgo.

Projeto licence mit

Application

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.

🚀 Techs

📈 How contributing?

  • 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