Greenstand / treetracker-web-map-client

The front end of the treetracker web map app.
http://map.treetracker.org
GNU Affero General Public License v3.0
64 stars 182 forks source link

Improve Leaderboard using semantic HTML #1495

Open RubenSmn opened 1 year ago

RubenSmn commented 1 year ago

Description

The leaderboard can be improved using more semantic HTML where possible.

For example the item on the leaderboard are currently divs. Instead of divs we can use a ordered list with list items.


Some hints:

martinyis commented 1 year ago

Hay, I would like to work on that, assign it to me if possible. -What is the path to the description file?

RubenSmn commented 1 year ago

Great @martinyis thank you! The component file can be found at src/components/Leaderboard.js

Ashwani2022 commented 1 year ago

Hi @RubenSmn

if( issue_still_open ){ please assign it to me . } else{ please assign me any good first issue as every issue is assigned to someone . } Really exited to contribute . Thanks.

RubenSmn commented 1 year ago

Awesome @Ashwani2022

Feel free to ask a question if you have any!

dadiorchen commented 1 year ago

This issue is open to contributors