Skip to content

karol-wolski/covid-19-stats

Repository files navigation

Covid 19 Stats

Table of contents

General info

Covid 19 Stats is a React app that was made during learning React and styled-components. All data is retrieved with external API.

This project was bootstrapped with Create React App.

You can see the project by clicking on the link below.
See project

Project status: done

Technologies and libraries

Project is created with:

  • React
  • Styled-components
  • React-router-dom
  • React-intl
  • react-loader-spinner

Setup

To run this project, install it locally using npm:

npm install
npm start

Build

To build this project:

npm run build

Features

Features list:

  • change theme (light / dark)
  • change language (en / pl)
  • show stats for countries
  • show stats for continents
  • show detailed stats for one country
  • show detailed stats for one continent

Screenshots

Desktop

Dark Theme

main-black

selected-dark

selected-dark-pl

Light Theme

main-light

selected-light

Mobile

Dark Theme

main-black-mobile selected-dark-mobile selected-dark-pl-mobile

Light Theme

main-light-mobile selected-light-mobile selected-light-pl-mobile