Initial commit
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
data/data.csv
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
index.html
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "olympic-games-dashboard", | |||
| "private": true, | |||
| "version": "0.0.0", | |||
| "type": "module", | |||
| "scripts": { | |||
| "dev": "vite --port 3000", | |||
| "build": "tsc && vite build", | |||
| "preview": "vite preview" | |||
| }, | |||
| "devDependencies": { | |||
| "typescript": "~5.7.2", | |||
| "vite": "^6.1.0" | |||
| }, | |||
| "dependencies": { | |||
| "bootstrap": "^5.3.3", | |||
| "bootstrap-icons": "^1.11.3", | |||
| "d3": "^7.9.0" | |||
| } | |||
| } | |||
| \ No newline at end of file |
public/favicon.svg
0 → 100644
src/css/style.css
0 → 100644
src/ts/main.ts
0 → 100644
src/vite-env.d.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment