{"id":24497252,"url":"https://github.com/dpisati/countries-rank","last_synced_at":"2026-05-14T05:32:20.779Z","repository":{"id":117126906,"uuid":"316911007","full_name":"dpisati/countries-rank","owner":"dpisati","description":"The world ranks provide details of all countries, including the capital, subregion, languages, currencies, native name, and Gini.","archived":false,"fork":false,"pushed_at":"2021-01-05T23:07:16.000Z","size":20586,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-21T21:35:48.326Z","etag":null,"topics":["api","countries","nextjs","vercel"],"latest_commit_sha":null,"homepage":"https://countries-rank-git-main.dpisati.vercel.app/","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/dpisati.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":"2020-11-29T08:53:39.000Z","updated_at":"2021-01-05T23:07:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca7c9468-4b13-4673-adcb-a6de60d54ed1","html_url":"https://github.com/dpisati/countries-rank","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpisati%2Fcountries-rank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpisati%2Fcountries-rank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpisati%2Fcountries-rank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpisati%2Fcountries-rank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpisati","download_url":"https://codeload.github.com/dpisati/countries-rank/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243693246,"owners_count":20332363,"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":["api","countries","nextjs","vercel"],"created_at":"2025-01-21T21:33:16.626Z","updated_at":"2026-05-14T05:32:20.744Z","avatar_url":"https://github.com/dpisati.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch3 align=\"center\"\u003e\n    \u003cimg src=\"./.github/logo.jpg\" alt=\"world ranks\" /\u003e\n\u003c/h3\u003e\n\n# Index\n\n- [About](#about)\n- [Demo](#demo)\n- [Functionalities](#functionalities)\n- [Technologies](#technologies)\n- [Preview Web](#preview-web)\n- [Preview Mobile](#preview-mobile)\n- [How to use](#how-to-use)\n- [How to contribute](#how-to-contribute)\n\n\u003ca id=\"about\"\u003e\u003c/a\u003e\n\n## :bookmark: About\n\n\u003cstrong\u003eWorld Ranks\u003c/strong\u003e is a web application that lists countries and provide information such as: capital, subregion, language, currency, native name, Gini and neighbours countries.\nThe front-end was build using Next.js using external API for data.\n\n\n\u003ca id=\"demo\"\u003e\u003c/a\u003e\n\n## :trophy: Demo\n\nThe front and is hosted on Vercel.\n\nhttps://countries-rank-git-main.dpisati.vercel.app/\n\n\u003ca id=\"functionalities\"\u003e\u003c/a\u003e\n\n## :fire: Functionalities\n\n  - Show countries on database.\n  - Search for country using key word provided on input field.\n  - Access country page with additional information.\n\n\u003ca id=\"technologies\"\u003e\u003c/a\u003e\n\n## :rocket: Technologies\n\nThe project is made with:\n\n- [Next.js](https://nextjs.org/)\n- [Countries API](https://restcountries.eu/)\n\n\u003ca id=\"preview-web\"\u003e\u003c/a\u003e\n\n## :heavy_check_mark: :computer: Web\n\n\u003ch1 align=\"center\"\u003e\n    \u003cimg alt=\"Web\" src=\".github/worldRanks.gif\" width=\"900px\"\u003e\n\u003c/h1\u003e\n\n\u003ca id=\"preview-mobile\"\u003e\u003c/a\u003e\n\n## :heavy_check_mark: :iphone: Mobile\n\n\u003ch1 align=\"center\"\u003e\n    \u003cimg alt=\"Mobile Detail\" src=\".github/worldRanksMobile.gif\" width=\"900px\"\u003e\n\u003c/h1\u003e\n\n\u003ca id=\"how-to-use\"\u003e\u003c/a\u003e\n\n## :fire: How to Use\n\n- ### **Dependencies**\n\n  - Is **required** to install **[Node.js](https://nodejs.org/en/)**\n  - In order to run scripts and install dependencies you need to install a **package manager** (ie: **[NPM](https://www.npmjs.com/)**).\n\n  \u003cbr\u003e\n\n1. First step, clone this github repository:\n\n```sh\n  $ git clone https://github.com/dpisati/countries-rank.git\n```\n\n2. Run the application:\n\n```sh\n  # Install dependencies\n  $ cd countries-rank \u0026\u0026 npm install\n\n  # Start the server on port 3335\n  $ npm run dev\n```\n\n\u003ca id=\"how-to-contribute\"\u003e\u003c/a\u003e\n\n## :recycle: How to Contribute\n\n- Create a Fork from this repo,\n- Create a branch with your feature: `git checkout -b my-feature`\n- Commit changes: `git commit -m 'feat: My new feature'`\n- Push to your branch: `git push origin my-feature`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpisati%2Fcountries-rank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpisati%2Fcountries-rank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpisati%2Fcountries-rank/lists"}