Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lehmax/p12_sportsee
Track your activities !
https://github.com/lehmax/p12_sportsee
d3 learning-by-doing open-classrooms react
Last synced: about 2 months ago
JSON representation
Track your activities !
- Host: GitHub
- URL: https://github.com/lehmax/p12_sportsee
- Owner: lehmax
- Created: 2024-05-30T11:56:37.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T16:25:12.000Z (7 months ago)
- Last Synced: 2024-10-05T10:58:23.263Z (4 months ago)
- Topics: d3, learning-by-doing, open-classrooms, react
- Language: JavaScript
- Homepage: https://p12-sport-see-nine.vercel.app
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ![Mockup](./screenshot.png)
### Description
This project is a simple dashboard that dislays charts using D3.js from data fetched from a REST API. It is a simple project to learn D3.js and how to use it with React.
### Installation
1. Clone this repository
2. Install dependencies : `pnpm install`
3. Run the project : `vite` or `pnpm dev`### Technologies used
| Name | Version |
| ------------ | ------- |
| React | 18.3+ |
| React Router | 6.2+ |
| Vite | 5.2+ |
| Node.js | 20+ |
| D3.js | 7.9+ |
| Tailwind CSS | 3.4+ |