Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mabc224/react-country-app
React app with rest api to display and explore countries
https://github.com/mabc224/react-country-app
countries react rest-api
Last synced: about 2 months ago
JSON representation
React app with rest api to display and explore countries
- Host: GitHub
- URL: https://github.com/mabc224/react-country-app
- Owner: mabc224
- Created: 2022-02-08T15:21:15.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T09:54:50.000Z (11 months ago)
- Last Synced: 2024-02-13T10:36:55.926Z (11 months ago)
- Topics: countries, react, rest-api
- Language: JavaScript
- Homepage:
- Size: 764 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## APP: [https://codesandbox.io/p/github/mabc224/react-country-app/master](https://codesandbox.io/p/github/mabc224/react-country-app/master)
----------------------------------------
# country-web
Country listing Web application made up with react v18 (hooks) and react-router v6.#### Tech Stack
axios: 0.25.0
react: ^18.2.0
react-redux: ^9.1.0
react-router-dom: ^6.22.0
react-scripts: 5.0.1
@reduxjs/toolkit: ^2.1.0___
### Running the WebApp Locally
````
$ git clone https://github.com/mabc224/react-country-app.git
$ cd react-country-appAdd `.env` file with environment variables. You can check `.env_example`
$ npm install
$ npm start
````
Then visit `localhost:3000` in your browser.### Screenshot

