A website that displays the top scorers in the most popular football (soccer) leagues. Uses api-football.com's API to pull in and display information on top scorers for each league for a given season.
Live Site: soccer-worldwide.netlify.app
and rapid-API
✔️ made mobile friendly
✔️ used JS to load data and tables
✔️ added node backend hosted on Railway in order to hide API keys
✔️ show loading screen while table data is loading
- fix data loading to use promises and not appear so glitchy
- for client, use live server in vscode
- for server, cd server, then: node server.js