demaxism / React-Speedometer-Dashboard

A speedometer dashboard build with React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speed meter demo project

This project demonstrates a speedometer as a reusable component.

Environment

Node version v12.20.0 This is a React project.

Install

npm install

Run

npm start and access localhost:3000 in browser.

Limitation

The transition animation of the speed indicator arc is not perfectly smooth due to drawing large amount of svg arcs each frame, this could be improved by using arcTween().

About

A speedometer dashboard build with React


Languages

Language:JavaScript 80.9%Language:CSS 10.1%Language:HTML 9.0%