Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjmelo/tmx-earth
Simple project to search for information in any country. Look for a certain country in the list and see all its information on screen.
https://github.com/tjmelo/tmx-earth
css3 html5 javascript reactjs redux
Last synced: 5 days ago
JSON representation
Simple project to search for information in any country. Look for a certain country in the list and see all its information on screen.
- Host: GitHub
- URL: https://github.com/tjmelo/tmx-earth
- Owner: tjmelo
- Created: 2021-03-20T02:44:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T17:05:37.000Z (2 months ago)
- Last Synced: 2024-09-09T01:33:50.852Z (2 months ago)
- Topics: css3, html5, javascript, reactjs, redux
- Language: TypeScript
- Homepage: https://tjmelo.github.io/tmx-earth/
- Size: 3.88 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TMX Earth
> Simple project to search for complete information in any country.
![release](https://img.shields.io/github/release-date/tjmelo/tmx-earth?label=Release)
Look for a certain country in the select list and see all its information on screen.
## Demo project
![Screen](https://github.com/tjmelo/tmx-earth/blob/main/public/select-country1.png)
![Screen](https://github.com/tjmelo/tmx-earth/blob/main/public/select-country2.png)
Preview project here:
:earth_americas: [TMX Earth](https://tjmelo.github.io/tmx-earth/)
## Instructions for contribution
Download and install project's packages
```javascript
yarn install
```Basic Initialize project
```javascript
yarn start
```For more instructions about developer environment, look at: [package.json](https://github.com/tjmelo/tmx-earth/blob/main/package.json)
:fire: Have a code fun!