petekgithub / react-simple-map

:microbe: Click on a country on the map and Covid19 data appears.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Covid19 Datas - React App

Project Explanations

  • public/geo.json: This file contains geographic data.
  • src/components/:
    • CovidData/: Components that process Covid data.
    • ErrorPage/: Components that manage error conditions.
    • MapChart.js: The map component creates a map using geographic data.

Attributions

Getting Started

  1. Clone the project to your local machine:

    git clone https://github.com/username/react-covid-maps.git
  2. Navigate to the project directory:

    cd react-covid-maps
  3. Install dependencies:

    npm install
  4. Start the project:

    npm start

<<<<<<< HEAD With these commands, you can successfully clone the project to your local machine, install dependencies, and start the project.

Accessing the Application

These URLs can be used to access the application running inside your Docker container. The first one provides access via localhost on your Docker host machine, while the second one can be used to access it via an IP address assigned within the Docker network.

Serving the Application

The optimized production build of the application is served using the serve package.

map2 map1

origin/main

About

:microbe: Click on a country on the map and Covid19 data appears.


Languages

Language:JavaScript 76.1%Language:CSS 17.5%Language:HTML 4.8%Language:Dockerfile 1.6%