Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!