REST Countries API with VANILLA JS!! (✌゚∀゚)☞ (No React App Used)

Solution retrospective
Two things; 1) Managing multiple CSS/ JS files for different HTML files is quite difficult and I need to find a more scalable way to approach this problem. 2) Speed. The fetching and loading takes a considerable amount of time which I need to find a way to reduce. The images, the filtering and the querying are the major culprits. My best guess is to take all the data from the API and store it as a local object or in a custom asset folder which will be updated every now and then.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @arshGoyalDev
It's great but a few fixes would make it better:
- Title in the navbar should be a link to the home page.
- There are no commas in the population number that make it hard to read you could use regex to fix it
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord