atapas / covid-19

COVID-19 World is yet another Project to build a Dashboard like app to showcase the data related to the COVID-19(Corona Virus).
https://tapasadhikary.com
MIT License
32 stars 4 forks source link

UX Enhancement #11

Open nirmalkc opened 4 years ago

nirmalkc commented 4 years ago
  1. By highlighting the current active nav item, I will come to know which page I am in. Because most users look for the navigation bar to find where they are.
  2. A provision to change the country directly from the dashboard would be helpful.
  3. Total, Active, Recovered, Death can have a better visualization. Just seeing the number doesn't tell me the story inside it.
  4. The state-wise table with accordion is not very evident while looking at the pointer. A chevron would make it intuitive.
  5. State-wise accordion content can have some visualization to show the count and then the table (with a search).
  6. A better color scheme for the entire application.
  7. A better logo for COVID-19 World.
atapas commented 4 years ago

@all-contributors please add @nirmalkc for Bug reports

atapas commented 4 years ago

@nirmalkc point number 2 has been taken care. Now we have ways to change country from home page and persist it as well.

NagarjunShroff commented 4 years ago

@nirmalkc point 1 can be handled in CSS like below? .navbar .navbar-nav .nav-link:active{ background-color: blue !important; }