Skip to content

React project made to display various data about most of the countries

Notifications You must be signed in to change notification settings

Arrq54/countries-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Countries data

Project created to practice the ability of managing the data form CSV file, trough Express.js server to React based client app


Table of Contents


Description and screenshots

This project has been created to practice React with Express. The idea came when I found large datasets with various data about countries of the world. The main purpose of this app is to enable user to compare data between countries through the whole world.

Homepage

Homepage

After clicking on specific country

Homepage

Comparing data for two countries (on chart)

Homepage

Charts section

Homepage

Rankings section

Homepage

Ranking example

Homepage


Installation

Clone project with git

git clone https://github.com/Arrq54/countries-data.git
cd countries-data

Open two seperate terminal windows (one for client, another one for server)

1. Server

cd server
npm i
npm run start

2. Client

cd client
npm i
npm run start

Technologies used


Author

Arkadiusz Wojdyla

About

React project made to display various data about most of the countries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published