Data visualization with React and Chart.js
Each chart is designed to represent data topics and quantities effectively, providing a clear visualization that aids in comprehending extensive datasets.
You can view the project live here.
- React(Vite)
- Chart.js
- Typescript
- styled components
Install npm packages
npm install
Start dev server
npm run dev
- Access the default http://localhost:5173
## build
npm run build
## start
npm run preview
- Access the default http://localhost:4173