Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/destructo570/react-countries
See useful information related to all countries like currency, native names, border countries etc.
https://github.com/destructo570/react-countries
axios css html javascript react styled-components
Last synced: about 1 month ago
JSON representation
See useful information related to all countries like currency, native names, border countries etc.
- Host: GitHub
- URL: https://github.com/destructo570/react-countries
- Owner: destructo570
- Created: 2022-08-23T08:00:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T10:43:17.000Z (over 2 years ago)
- Last Synced: 2024-11-12T12:32:47.672Z (3 months ago)
- Topics: axios, css, html, javascript, react, styled-components
- Language: JavaScript
- Homepage: https://react-countries-azure.vercel.app
- Size: 526 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Countries App
### See useful information related to all countries like currency, native names, border countries etc.
We are using REST Countries API for getting data related to a country.### [Live Preview](https://react-countries-azure.vercel.app/countries)
## Features
- Show detailed information about a country,
- Live search and region based filtering options.
- Light and Dark mode### Tech Stack
- ReactJS
- React router
- Axios for HTTP Requests
- HTML
- CSS
- Javascript.