FlagsApp - Project Details
Screenshots
Description
- Web app idea taken as a "challange" from FrontendMentor.
- Website contains information about all countries in the world, their flag, population, capital, native
language, currency and more!
- Use searchbar or region filter to find the country you're looking for.
- (Created whole app using vanilla JS just to try working with API without frameworks like React, to
increase my skills and data transfer understanding)
Technology Used
- HTML
- SCSS
- JavaScript
- API (from FrontendMentor)
What I Learned / Mastered
- Working with API, fetching data from backend and create structure based on given designs.
- Planning how the application should work using pure JavaScript.
- Building functions that are creating HTML advanced content in JavaScript.