Skip to content

Commit f676a20

Browse files
author
Adrien Fabre
committed
Add new projects scales, tap tempo, metronome, songbook and update chord wheel demo url
1 parent 30b8c89 commit f676a20

File tree

5 files changed

+29
-1
lines changed

5 files changed

+29
-1
lines changed

assets/images/projects/metronome.gif

604 KB
Loading

assets/images/projects/scales.gif

572 KB
Loading

assets/images/projects/songbook.gif

3.66 MB
Loading

assets/images/projects/taptempo.gif

2.24 MB
Loading

src/_data/projects.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
11
[
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+
},
230
{
331
"demo_url": "https://statox.github.io/particles-life/reaction-diffusion",
432
"code_url": "https://github.com/statox/particles-life/tree/main/src/lib/ReactionDiffusion",
@@ -68,7 +96,7 @@
6896
"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>"
6997
},
7098
{
71-
"demo_url": "https://statox.github.io/chord-wheel/",
99+
"demo_url": "https://apps.statox.fr/chordwheel",
72100
"code_url": "https://github.com/statox/chord-wheel",
73101
"image": "images/projects/chordwheel.gif",
74102
"name": "The Chord Wheel",

0 commit comments

Comments
 (0)