SkyOlympus / Duolingo-stats

1 stars 0 forks source link

Display table #1

Open SkyOlympus opened 2 months ago

SkyOlympus commented 2 months ago

All data should be displayed on a table: Username, Today's xp and total xp

phk31097 commented 2 months ago

To clarify, this should be done in HTML! You have to do DOM manipulation for that (check the internet or ChatGPT - they will know!)

phk31097 commented 2 months ago

If you're not familiar with HTML, try to create a basic chart in HTML first. You can do this by editing the index.html (inside the -tag).