Project_corona_tracker

screenshot of Project_corona_tracker
react

Project_corona_tracker

This is a code repository for the corresponding YouTube video. In this tutorial, we are going to build and deploy a corona tracker application. Covered topics: React.js, Chart.js, Material UI, and much more.

Overview

The COVID-19 Tracker is a code repository and a corresponding video tutorial that teaches users how to create a full COVID-19 Tracker using React, Charts.JS, and Material UI. The tutorial focuses on understanding React's workflow and the use of hooks, and by the end, users will have a strong understanding of these concepts.

Features

  • Utilizes React, Charts.JS, and Material UI to create a COVID-19 Tracker.
  • Provides a strong understanding of React's workflow.
  • Demonstrates the use of hooks for efficient data management.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.