estebanmual / covid-tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Covid Tracker

A web application in which you can see de active cases in continents and the countries live view.

Technologies used

  • React
  • HTML5
  • CSS3
  • Jest
  • React testing library
  • JavaScript

Live Demo

Live Demo Link

Authors

👤 Esteban Munoz

Getting Started

Prerequisites

  • npm ( Node Package Manager )
  • git and Github Account

Setup

  • Open terminal
  • Change the directory then run the following:
    • git clone ggit@github.com:estebanmual/covid-tracker.git
  • cd repo-name/

Install

  • Run npm install on the root directory of your project

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Run Linters

  • Stylelint linter
    • npx stylelint "**/*.{css,scss}" on the root of your directory of your project.
  • ESLint linter
    • npx eslint . on the root of your directory of your project.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

🤝 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 80.0%Language:CSS 16.3%Language:HTML 3.7%