Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjmelo/tmx-mercury
The project proposal is to show a listed county for states in Brazil :fire:
https://github.com/tjmelo/tmx-mercury
javascript react react-router-dom reactjs sass typescript
Last synced: 5 days ago
JSON representation
The project proposal is to show a listed county for states in Brazil :fire:
- Host: GitHub
- URL: https://github.com/tjmelo/tmx-mercury
- Owner: tjmelo
- Created: 2020-12-19T23:06:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T18:36:29.000Z (7 days ago)
- Last Synced: 2024-11-10T19:20:06.027Z (7 days ago)
- Topics: javascript, react, react-router-dom, reactjs, sass, typescript
- Language: TypeScript
- Homepage: https://tjmelo.github.io/tmx-mercury/
- Size: 7.1 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![project](https://img.shields.io/badge/project-TMX%20Mercury-blue)
# The county listed for states in Brazil
![Size](https://img.shields.io/github/repo-size/tjmelo/tmx-mercury) ![Version](https://img.shields.io/github/package-json/v/tjmelo/tmx-mercury) ![Release](https://img.shields.io/github/v/release/tjmelo/tmx-mercury) ![Last Commit](https://img.shields.io/github/last-commit/tjmelo/tmx-mercury/main)
![Passing](https://img.shields.io/github/actions/workflow/status/tjmelo/tmx-mercury/checkout-ci.yml)## Table of content
- [About app](#about-app)
- [Preview Screens](#preview-screens)
- [Project details](#project-details)
- [Simple Develop Process](#simple-develop-process)
- [Docker Develop Process](#docker-develop-process)# About app
### The project proposal is to show a listed county for states in Brazil. It works like this:
- There's a state list, where you can search for their specific state or clicking in a button card.
- When you click on the card, it will be shown you a list of countries the state chose.Online project: [https://tjmelo.github.io/tmx-mercury/](https://tjmelo.github.io/tmx-mercury/)
# Preview Screens
![Screen](/public/TMXMercury.png)
![Screen](/public/TMXMercury2screen.png)
# Project Details
Some principal project dependencies
![Lib](https://img.shields.io/github/package-json/dependency-version/tjmelo/tmx-mercury/bootstrap?color=blue)
![Lib](https://img.shields.io/github/package-json/dependency-version/tjmelo/tmx-mercury/sass?color=blue)
![Lib](https://img.shields.io/github/package-json/dependency-version/tjmelo/tmx-mercury/scrollreveal?color=blue)
![Lib](https://img.shields.io/github/package-json/dependency-version/tjmelo/tmx-mercury/axios?color=blue)
![Lib](https://img.shields.io/github/package-json/dependency-version/tjmelo/tmx-mercury/react?color=blue)
![Lib](https://img.shields.io/github/package-json/dependency-version/tjmelo/tmx-mercury/react-router-dom?color=blue)## Simple Develop Process
Download the project
Clone or fork this repository
```sh
git clone https://github.com/tjmelo/tmx-mercury.gitcd tmx-mercury
git checkout -b develop
npm install && npm start
```## Docker Develop Process
```sh
git clone https://github.com/tjmelo/tmx-mercury.gitcd tmx-mercury
docker compose up -d
```Install from the command line
```
docker pull ghcr.io/tjmelo/tmx-mercury:latest
```or image in **Docker Hub** for optional download
```
docker pull tmwd/tmx-mercury
```Open the app on a browser http://localhost:3000/tmx-mercury
---
Have a fun! :tada: