Back to projects

Countries App

SPA (single page application) developed for the Bootcamp SoyHenry.

This app uses the restcountries API to bring information from countries and saves them in a PostgreSQL database.

Website Screenshot 1

The frontend is made with React and shows the list of countries. It has paging, multiple combinable filters and the possibility of adding tourist activities to each country.

Technologies used:

Frontend: React + Redux + CSS
Backend: NodeJs + Express + Sequelize
Database: PostgreSQL

Website Screenshot 2

Website Screenshot 3

Github - Website

Back to projects