qwibbler / COVID19-tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Status

COVID-19 Tracker

Mobile web app that Keeps track of COVID-19 in 190+ countries

Home Page Details Page Details (Region stats)
Home Page Details Page Region stats

This is a mobile app that allows you to search by date and get all stats of each country (today confirmed, open, deaths,and recovered cases), you could also search by country name with a certain date to get all country stats and regions stats (if exists). These stats are based on since Jan. 23rd, 2020 till that chosen date

Built With

  • JavaScript, HTML, and CSS3
  • React, Redux, Material UI, Jest, and React Testing Library
  • Vite: building tool, Narrativa API

Live Demo

Live Demo Link
Project overview

Getting Started

To get a local copy up and running follow these simple example steps.

Simply click on Code drop down menu should appear then download ZIP after extraction you could follow Usage step

Prerequisites

Node.js
or
yarn

Setup

Do this step if you didn't download as ZIP, if you did, skip to next step please

to setup the project on your local, run these commands

git clone https://github.com/Amrhub/COVID19-tracker.git

cd COVID19-tracker  // to open the project

Install

    npm install // to install all dependencies
    or
    yarn install

Usage

    npm run dev // to open local host
    or
    yarn  dev

Run tests

    npm test
    or
    yarn test

Author

👤 Amr Ahmed

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About


Languages

Language:JavaScript 96.8%Language:HTML 1.9%Language:CSS 1.3%