https://github.com/victor1890/covid-19-tracker
https://github.com/victor1890/covid-19-tracker
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/victor1890/covid-19-tracker
- Owner: Victor1890
- Created: 2020-05-04T20:24:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T01:52:27.000Z (over 4 years ago)
- Last Synced: 2025-02-04T19:22:47.088Z (4 months ago)
- Language: JavaScript
- Homepage: covid-19-tracker-v1.vercel.app
- Size: 767 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COVID-19 Tracker
## Installation
Use the package control version [git](https://git-scm.com/downloads) and [node](https://nodejs.org/en/).
```bash
git clone https://github.com/Victor1890/COVID-19-Tracker.git
``````bash
cd COVID-19-Tracker
```## Library using in the project
1. [Axios](https://github.com/axios/axios)
2. [React Bootstrap](https://react-bootstrap.github.io/)
3. [React Moment](https://www.npmjs.com/package/react-moment)## Usage
Using VSCode like IDE, open the `COVID-19-Tracker` run the following commands
In order to install the dependencies
```bash
npm install
```In order to start in mode development
```bash
npm start
```## Screenshot

## License
[MIT](https://choosealicense.com/licenses/mit/)