covid-19
covid-19 copied to clipboard
UX Enhancement
- 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.
- A provision to change the country directly from the dashboard would be helpful.
- Total, Active, Recovered, Death can have a better visualization. Just seeing the number doesn't tell me the story inside it.
- The state-wise table with accordion is not very evident while looking at the pointer. A chevron would make it intuitive.
- State-wise accordion content can have some visualization to show the count and then the table (with a search).
- A better color scheme for the entire application.
- A better logo for COVID-19 World.
@all-contributors please add @nirmalkc for Bug reports
@nirmalkc point number 2 has been taken care. Now we have ways to change country from home page and persist it as well.
@nirmalkc point 1 can be handled in CSS like below? .navbar .navbar-nav .nav-link:active{ background-color: blue !important; }