Microverse


MIT Licensed


GitHub last commit (branch)


GitHub Repo stars


GitHub followers

Covid-tracker

Covid-tracker is a website that allows users to have access to the latest covid data in Brazil. They can also filter by region name, as well as get more informations on that specific region by clicking on it.

main screen
detail screen

Built With

  • HTML, CSS, React & Redux;
  • Visual Studio, Git & GitHub;
  • Narrativa API.

Getting Started

Running locally

To run this project, you only need a computer with a browser (like Google Chrome, Mozilla Firefox, Microsoft Edge, Apple Safari, etc.) installed, and follow these steps:

  1. In your terminal, type the following, to clone this repository:
$ git clone https://github.com/VanessaAoki/covid-tracker.git
  1. After, run the following commands in your terminal:

$ cd bookstore
$ npm install
$ npm start
What are these commands?

– the `$ cd` command is used to move to different folders.
– `$ npm install` install all the required dependencies to run the project.
– while `$ npm run start` runs the app in the development mode.

  1. If your default browser do not start automatically, open it and type http://localhost:3000 to run the application.

Running tests

To launch the test runner in the interactive watch mode, run $ npm test in your console.

To read more information about running tests, visit create react app website;

Live server

Optionally, you can run the application here.

??‍? Author

Vanessa Aoki

⭐️ Acknowledgments

Original design by Nelson Sakwa on Behance.

? Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

? License

This project is MIT licensed.

GitHub

View Github