Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/burakbektass/covid-19-statistic

This is a react typescript application where user can click any country on a world map and redirected to detail page about country. In this detail page user can see active case, deaths, fatality rate, last update time etc. for the selected country. Also, this is not the only way to open details, they can enter country name in url and can see page.
https://github.com/burakbektass/covid-19-statistic

jest react-router-dom reactjs redux-saga typescript

Last synced: 24 days ago
JSON representation

This is a react typescript application where user can click any country on a world map and redirected to detail page about country. In this detail page user can see active case, deaths, fatality rate, last update time etc. for the selected country. Also, this is not the only way to open details, they can enter country name in url and can see page.

Awesome Lists containing this project

README

        

# Project Start

## To run project with docker

First of all docker must be installed

Clone or download the project ( git clone https://github.com/burakbektass/covid-19-statistic.git)

Run the command `docker build -t redux-with-saga .`

after build is finished run the command `docker run -p 3000:3000 redux-with-saga`

application is ready on port 3000 -> (http://localhost:3000/)

## To run project locally with npm

In the project directory, you can run:

### `npm start`

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.