{"id":29264038,"url":"https://github.com/lakhindarpal/nationiq","last_synced_at":"2025-07-04T12:08:41.215Z","repository":{"id":225437339,"uuid":"765998097","full_name":"LakhindarPal/NationIQ","owner":"LakhindarPal","description":"Explore Countries, Flags, Facts \u0026 More powered by REST Countries API","archived":false,"fork":false,"pushed_at":"2025-06-29T17:00:11.000Z","size":805,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-01T03:05:46.381Z","etag":null,"topics":["country-data","country-information","frontend-mentor","frontendmentor","frontendmentor-challenge","nationstates","rest-countries-api","restcountries-api"],"latest_commit_sha":null,"homepage":"https://nationiq.glitch.me/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LakhindarPal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-02T04:05:31.000Z","updated_at":"2025-06-29T17:09:14.000Z","dependencies_parsed_at":"2024-03-02T05:24:17.918Z","dependency_job_id":"05e6c650-50a4-4612-84bb-91e99a4749bd","html_url":"https://github.com/LakhindarPal/NationIQ","commit_stats":null,"previous_names":["lakhindarpal/nationinsights","lakhindarpal/nationiq"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LakhindarPal/NationIQ","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LakhindarPal%2FNationIQ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LakhindarPal%2FNationIQ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LakhindarPal%2FNationIQ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LakhindarPal%2FNationIQ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LakhindarPal","download_url":"https://codeload.github.com/LakhindarPal/NationIQ/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LakhindarPal%2FNationIQ/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263507897,"owners_count":23477407,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["country-data","country-information","frontend-mentor","frontendmentor","frontendmentor-challenge","nationstates","rest-countries-api","restcountries-api"],"created_at":"2025-07-04T12:08:39.249Z","updated_at":"2025-07-04T12:08:41.207Z","avatar_url":"https://github.com/LakhindarPal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - REST Countries API with color theme switcher solution\n\nThis is a solution to the [REST Countries API with color theme switcher challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/rest-countries-api-with-color-theme-switcher-5cacc469fec04111f7b848ca). Frontend Mentor challenges help you improve your coding skills by building realistic projects.\n\n## Table of contents\n\n- [Overview](#overview)\n  - [The challenge](#the-challenge)\n  - [Screenshot](#screenshot)\n  - [Links](#links)\n- [My process](#my-process)\n  - [Built with](#built-with)\n  - [What I learned](#what-i-learned)\n  - [Continued development](#continued-development)\n  - [Useful resources](#useful-resources)\n- [Author](#author)\n- [Acknowledgments](#acknowledgments)\n\n## Overview\n\n### The challenge\n\nUsers should be able to:\n\n- See all countries from the API on the homepage\n- Search for a country using an `input` field\n- Filter countries by region\n- Click on a country to see more detailed information on a separate page\n- Click through to the border countries on the detail page\n- Toggle the color scheme between light and dark mode\n\n### Screenshot\n\n![Mobile detailed page](./screenshot.jpg)\n\n### Links\n\n- Solution URL: [https://www.frontendmentor.io/solutions/get-detailed-country-insights-using-rest-countries-api-qTI1_Tq0N8](https://www.frontendmentor.io/solutions/get-detailed-country-insights-using-rest-countries-api-qTI1_Tq0N8)\n- Live Site URL: [https://nationiq.glitch.me/](https://nationiq.glitch.me/)\n\n## My process\n\n### Built with\n\n- Semantic HTML5 markup\n- CSS custom properties\n- Flexbox\n- CSS Grid\n- JavaScript\n\n### What I learned\n\nIn this project, I learned how to effectively integrate a REST API into a web application and utilize the data to dynamically generate content. I also improved my skills in implementing a theme switcher feature for toggling between light and dark modes. Additionally, I gained experience on how to implement routing using page hash.\n\n### Continued development\n\nIn future projects, I plan to further enhance my understanding about routing to streamline development processes. I also aim to improve my CSS skills and focus on creating more responsive and visually appealing designs.\n\n### Useful resources\n\n- [MDN Web Docs](https://developer.mozilla.org/) - Comprehensive documentation for web technologies.\n- [Frontend Mentor](https://www.frontendmentor.io/) - Provides realistic challenges to improve frontend coding skills.\n\n## Author\n\n- Frontend Mentor - [@LakhinarPal](https://www.frontendmentor.io/profile/LakhinarPal)\n- Portfolio - [https://lakhindar.is-a.dev](https://lakhindar.is-a.dev)\n\n## Acknowledgments\n\nI would like to thank the Frontend Mentor discord community for providing valuable feedback and support throughout the development process. Additionally, I appreciate the creators of the REST Countries API for making it freely accessible for developers to use in their projects.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flakhindarpal%2Fnationiq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flakhindarpal%2Fnationiq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flakhindarpal%2Fnationiq/lists"}