mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 23:53:25 +00:00
add chart.js to readme
This commit is contained in:
@@ -1,13 +1,12 @@
|
|||||||
<picture>
|
<picture>
|
||||||
<source media="(prefers-color-scheme: dark)" srcset="website/static/logo-dark.svg">
|
<source media="(prefers-color-scheme: dark)" srcset="website/static/logo-dark.svg">
|
||||||
<img alt="Logo of gpx.studio." src="website/static/logo.svg" style="width: 100%; max-width: 500px; margin-bottom: 10px;">
|
<img alt="Logo of gpx.studio." src="website/static/logo.svg">
|
||||||
</picture>
|
</picture>
|
||||||
|
|
||||||
**gpx.studio** is an online tool for creating and editing GPX files.
|
**gpx.studio** is an online tool for creating and editing GPX files.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
This repository contains the source code of the new website, currently available [here](https://gpx.studio/gpx.studio).
|
This repository contains the source code of the new website, currently available [here](https://gpx.studio/gpx.studio).
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
@@ -65,6 +64,7 @@ This project has been made possible thanks to the following open-source projects
|
|||||||
- [shadcn-svelte](https://github.com/huntabyte/shadcn-svelte) — beautiful components
|
- [shadcn-svelte](https://github.com/huntabyte/shadcn-svelte) — beautiful components
|
||||||
- [lucide-svelte](https://github.com/lucide-icons/lucide/tree/main/packages/lucide-svelte) — beautiful icons
|
- [lucide-svelte](https://github.com/lucide-icons/lucide/tree/main/packages/lucide-svelte) — beautiful icons
|
||||||
- [tailwindcss](https://github.com/tailwindlabs/tailwindcss) — easy styling
|
- [tailwindcss](https://github.com/tailwindlabs/tailwindcss) — easy styling
|
||||||
|
- [Chart.js](https://github.com/chartjs/Chart.js) — beautiful and fast charts
|
||||||
- Logic:
|
- Logic:
|
||||||
- [immer](https://github.com/immerjs/immer) — complex state management
|
- [immer](https://github.com/immerjs/immer) — complex state management
|
||||||
- [Dexie.js](https://github.com/dexie/Dexie.js) — IndexedDB wrapper
|
- [Dexie.js](https://github.com/dexie/Dexie.js) — IndexedDB wrapper
|
||||||
|
Reference in New Issue
Block a user