https://github.com/rimsila/countries-catalog
https://github.com/rimsila/countries-catalog
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rimsila/countries-catalog
- Owner: rimsila
- Created: 2023-09-21T16:29:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-22T01:50:59.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T23:13:10.352Z (5 months ago)
- Language: TypeScript
- Size: 467 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Countries Catalog
1. Please use this free api to get related data -
2. Requirements
- Please show the following fields on your catalog. Inside the () is the property of data.
- Flags (Please use png file within flags property)
- Country Name (name.official)
- 2 character Country Code (cca2)
- 3 character Country Code (cca3)
- Native Country Name (name.nativeName)
- Alternative Country Name (altSpellings)
- Country Calling Codes (idd)
- Search by Country Name (Fuzzy Search)
- Sorting by Country Name (Asc,Desc)
- Pagination (25 rows per page)
- After clicked on country name, pop up a modal and show all others informations.## Tech Stack
- App Vue: Vue3/Nuxt3 with tailwind CSS and Element Plus
- DEMO Vue:
- App React: React/Umi4 with tailwind CSS and Antd Design
- DEMO React: