|
1 | 1 | [
|
| 2 | + { |
| 3 | + "demo_url": "https://apps.statox.fr/songbook", |
| 4 | + "code_url": "https://github.com/statox/apps/tree/main/src/routes/songbook", |
| 5 | + "image": "images/projects/songbook.gif", |
| 6 | + "name": "Song Book", |
| 7 | + "description": "Reimplementation of he songbook which used to be on this book with the use of a backend API to track the links I click and more ways to sort the links." |
| 8 | + }, |
| 9 | + { |
| 10 | + "demo_url": "https://apps.statox.fr/metronome", |
| 11 | + "code_url": "https://github.com/statox/apps/tree/main/src/routes/metronome", |
| 12 | + "image": "images/projects/metronome.gif", |
| 13 | + "name": "Metronome", |
| 14 | + "description": "A simple metronome with beats subdivisions, tap tempo and visualization of the beats" |
| 15 | + }, |
| 16 | + { |
| 17 | + "demo_url": "https://apps.statox.fr/taptempo", |
| 18 | + "code_url": "https://github.com/statox/apps/tree/main/src/routes/taptempo", |
| 19 | + "image": "images/projects/taptempo.gif", |
| 20 | + "name": "Tap Tempo", |
| 21 | + "description": "Find a tempo by tapping it on the screen or the keyboard" |
| 22 | + }, |
| 23 | + { |
| 24 | + "demo_url": "https://apps.statox.fr/scales", |
| 25 | + "code_url": "https://github.com/statox/apps/tree/main/src/routes/scales", |
| 26 | + "image": "images/projects/scales.gif", |
| 27 | + "name": "Scales & Chords progressions", |
| 28 | + "description": "A tool to visualize music scales and common chords progressions." |
| 29 | + }, |
2 | 30 | {
|
3 | 31 | "demo_url": "https://statox.github.io/particles-life/reaction-diffusion",
|
4 | 32 | "code_url": "https://github.com/statox/particles-life/tree/main/src/lib/ReactionDiffusion",
|
|
68 | 96 | "description": "Nasa Wallpaper of the Day. This is a script I made which automatically download <a href='https://apod.nasa.gov/apod/' target='_blank' rel='noopener noreferrer'>Nasa's Astronomy Picture of the Day</a> and sets it as my desktop wallpaper and my zoom virtual background. <i>As if I wasn't already talking enough about space exploration to my teammates!</i>"
|
69 | 97 | },
|
70 | 98 | {
|
71 |
| - "demo_url": "https://statox.github.io/chord-wheel/", |
| 99 | + "demo_url": "https://apps.statox.fr/chordwheel", |
72 | 100 | "code_url": "https://github.com/statox/chord-wheel",
|
73 | 101 | "image": "images/projects/chordwheel.gif",
|
74 | 102 | "name": "The Chord Wheel",
|
|
0 commit comments