{"id":23071508,"url":"https://github.com/lloydlobo/explorer","last_synced_at":"2026-04-09T18:55:34.101Z","repository":{"id":153941012,"uuid":"625848866","full_name":"lloydlobo/explorer","owner":"lloydlobo","description":"Wordle for countries but with a twist","archived":true,"fork":false,"pushed_at":"2025-09-18T12:40:43.000Z","size":1840,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-18T14:47:04.019Z","etag":null,"topics":["countries","nextjs","react","rest-api","tanstack-query","typescript","wordle-game"],"latest_commit_sha":null,"homepage":"https://explorer.lloydlobo.com","language":"TypeScript","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/lloydlobo.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-10T08:33:21.000Z","updated_at":"2025-09-18T12:42:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"e8864926-9e8e-488a-8f2d-28d13e834134","html_url":"https://github.com/lloydlobo/explorer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lloydlobo/explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lloydlobo%2Fexplorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lloydlobo%2Fexplorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lloydlobo%2Fexplorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lloydlobo%2Fexplorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lloydlobo","download_url":"https://codeload.github.com/lloydlobo/explorer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lloydlobo%2Fexplorer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278239863,"owners_count":25954092,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["countries","nextjs","react","rest-api","tanstack-query","typescript","wordle-game"],"created_at":"2024-12-16T07:15:26.577Z","updated_at":"2025-10-03T22:36:48.584Z","avatar_url":"https://github.com/lloydlobo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Explorer\n\nExplore the world with this Next.js, Jotai, and React app.\nBrowse and search through a list of countries, filter by region,\nand view detailed information about each country, including its flag,\npopulation and languages.\n\nDiscover bordering countries and navigate between detailed information pages\nwith ease.\n\n\u003c!--\n\"Explore the world with ease: a simple and intuitive way to browse\nand learn about countries, their regions, and bordering nations.\" --\u003e\n\n## Table Of Contents\n\n\u003c!--toc:start--\u003e\n\n- [Explorer](#explorer)\n  - [Table Of Contents](#table-of-contents)\n  - [Usage](#usage)\n    - [Features](#features)\n      - [Viewing the Country List](#viewing-the-country-list)\n      - [Filtering by Region](#filtering-by-region)\n      - [Selecting a Country](#selecting-a-country)\n      - [Viewing Bordering Countries](#viewing-bordering-countries)\n  - [Technologies](#technologies)\n  - [Folder Structure](#folder-structure)\n  - [Similar Projects](#similar-projects)\n  - [License](#license)\n  \u003c!--toc:end--\u003e\n\n## Usage\n\n1. Clone this repository to your local machine: `git clone https://github.com/lloydlobo/explorer.git`\n2. Navigate to the project directory: `cd repo-name`\n3. Install dependencies: `npm install`\n4. Start the development server: `npm run dev`\n5. Open [http://localhost:3000](http://localhost:3000) in your browser.\n\n### Features\n\n- Displays a list of countries with basic information such as name and flag.\n- Allows the user to filter countries by region.\n- Allows the user to select one or more countries and displays their names.\n- Displays the border countries of a selected country.\n\nWhen the app is running, you can use the following features:\n\n#### Viewing the Country List\n\nThe home page of the app displays a list of all countries. You can browse through the list and click on a country to view more information about it.\n\n#### Filtering by Region\n\nYou can filter the list of countries by region using the dropdown menu at the top of the page. Simply select a region from the menu and the list of countries will update to show only the countries in that region.\n\n#### Selecting a Country\n\nTo view more detailed information about a country, click on its name in the list. This will take you to a new page with more information about the country, including its flag, population, and languages.\n\n#### Viewing Bordering Countries\n\nWhen you are viewing detailed information about a country, you can see a list of its bordering countries by scrolling down to the \"Border Countries\" section. Clicking on one of these countries will take you to its own detailed information page.\n\n## Technologies\n\n- [Next.js](https://nextjs.org/) — A React framework for building server-side rendered and statically generated web applications.\n- [Jotai](https://github.com/pmndrs/jotai) — A simple state management library for React.\n- [Tailwind CSS](https://tailwindcss.com/) — A utility-first CSS framework for rapidly building custom user interfaces.\n\n## Folder Structure\n\n- `components` — React components that make up the UI.\n- `lib` — Utility functions and Jotai store for state management.\n- `pages` — Next.js pages that represent routes.\n- `public` — Static files that are served by Next.js.\n- `styles` — Global styles and Tailwind CSS configuration.\n\n## development\n\n### Testing\n\n#### Playwright Codegen\n\nInteract and copy the e2e code generated. Use it in `tests` folder.\n\n```shell\npnpx playwright codegen localhost:3000\n```\n\n## Similar Projects\n\n- [Countries Of The World](https://countries.petethompson.net/)\n\n## License\n\nThis project is licensed under the MIT License — see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flloydlobo%2Fexplorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flloydlobo%2Fexplorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flloydlobo%2Fexplorer/lists"}