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

https://github.com/edgar-code-repository/react-geo-app-client

App developed with React 16 that retrieves info about continents, countries and cities.
https://github.com/edgar-code-repository/react-geo-app-client

Last synced: 1 day ago
JSON representation

App developed with React 16 that retrieves info about continents, countries and cities.

Awesome Lists containing this project

README

          

THE (REACT) GEO APP CLIENT
--------------------------------------------------------------------------------------------------------------

App developed with React 16 that retrieves info about continents, countries and cities.

This app uses Axios to fire a Rest API built with Spring Boot:

**THE GEO REST API (SPRING BOOT)**

https://github.com/edgar-code-repository/spring-boot-rest-geo-api

--------------------------------------------------------------------------------------------------------------

Main screen:

![Screenshot Main](screenshots/main_page.png)

--------------------------------------------------------------------------------------------------------------

Continents screen:

![Screenshot Continents](screenshots/main_crud_continentes.png)

--------------------------------------------------------------------------------------------------------------

Countries screen:

![Screenshot Countries](screenshots/main_crud_paises.png)

--------------------------------------------------------------------------------------------------------------

Cities screen:

![Screenshot Cities](screenshots/main_crud_ciudades.png)

--------------------------------------------------------------------------------------------------------------