https://github.com/technion/reactcountry
https://github.com/technion/reactcountry
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/technion/reactcountry
- Owner: technion
- Created: 2019-03-01T09:22:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T07:18:41.000Z (over 7 years ago)
- Last Synced: 2025-01-24T09:29:28.117Z (over 1 year ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReactCountry
Demo React application. This is probably of no value to you.
# Technologies
- React
- Easy-peasy state management
- BlueprintJS UI framework
# Deployed code
You can see this demo in production here:
https://boring-goldwasser-034663.netlify.com/
# Development Commands
```
npm run start: Starts a dev server with hot reload on http://localhost:8080
npm run dev: Builds dev mode environment
npm run prod: Builds prod mode environment
npm run analyse: Builds a prod mode environment and also outputs a bundle size report
npm run lint: Runs linting service
```
# Browser support
This application does not bundle polyfills or transpile ES6 and requires a modern browser. Chrome and Edge have been tested, IE11 is known to not work. A feature test will alert a user where a browser is unsupported.
# TODOs
Several remaining issues are documented here:
https://github.com/technion/reactcountry/issues/1
# Variations
The countries API does not return the wikipedia page link, so it is not included.