Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/burakbektass/covid-19-statistic
- Owner: burakbektass
- Created: 2024-08-01T11:47:06.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T11:12:05.000Z (5 months ago)
- Last Synced: 2024-10-25T02:43:03.297Z (2 months ago)
- Topics: jest, react-router-dom, reactjs, redux-saga, typescript
- Language: TypeScript
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.