I built this project in order to improve my skills with ReactJS, with light and dark themes while using Last.fm API. You can check here your most scrobbled artist for the last month and even further, plus seeing general info and your last 5 tracks
I have plans to add connection to Spotify's API in future
You can check the App running at Lemon.fm
You can run and code locally following these steps
Clone repo
git clone https://github.com/subyster/lemon.fm.git
open directory then add deoendencies
your choice of yarn or npm i
run app
yarn start or npm run start
I appreciate any suggestions, improvements and code feedback