aboutsummaryrefslogtreecommitdiff
path: root/public/projects.html
blob: c8e6b02db27f53169eae817e57bce88f1bfc495a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!doctype html>
<html lang="fr">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="author" content="Joris Guyonvarch">
<meta name="description" content="See my resume and projects.">
<link rel="stylesheet" href="/main.css">
<link rel="icon" href="/icon.png">

<title>Joris Guyonvarch – Projects</title>

<header>
  <a href="/">Resume</a>
  <a href="/projects.html" class="current">Projects</a>
</header>

<ol class="sections">
  <li>
    <h1>
      Budget (<a href="https://gitlab.com/guyonvarch/budget" target="_blank">code</a>)
    </h1>

    <p>
      Manage a budget, letting people to pay depending on their income.
    </p>

    <img src="projects/budget.png">

    <ul class="technos">
      <li>Rust
      <li>SQLite
      <li>Tera
      <li>JavaScript
      <li>CSS
    </ul>
  </li>

  <li>
    <h1>Todo (<a href="https://gitlab.com/guyonvarch/todo" target="_blank">code</a>)</h1>

    <p>
      Manage a context-based next-action list.
    </p>

    <img src="projects/todo.png">

    <ul class="technos">
      <li>Python
      <li>Qt
      <li>SQLite
    </ul>
  </li>

  <li>
    <h1>Calendar (<a href="https://gitlab.com/guyonvarch/calendar" target="_blank">code</a>)</h1>

    <p>
      Manage events and repeated events. Also get today’s events with a CLI interface.
    </p>

    <img src="projects/calendar.png">

    <ul class="technos">
      <li>Rust
      <li>Gtk 4
      <li>SQLite
    </ul>
  </li>

  <li>
    <h1>Flashcards (<a href="https://gitlab.com/guyonvarch/flashcards" target="_blank">code</a>)</h1>

    <p>
      Learn with space repetition.
    </p>

    <img src="projects/flashcards.png">

    <ul class="technos">
      <li>Rust
      <li>SQLite
    </ul>
  </li>

  <li>
    <h1>
      Cooking
      (<a href="https://cooking.guyonvarch.me" target="_blank">website</a>,
      <a href="https://gitlab.com/guyonvarch/cooking" target="_blank">code</a>)
    </h1>

    <p>
      Show recipes with adjustable ingredient portions.
    </p>

    <img src="projects/cooking.png">

    <ul class="technos">
      <li>HTML
      <li>CSS
      <li>JavaScript
    </ul>
  </li>

  <li>
    <h1>
      Reading
      (<a href="https://guyonvarch.gitlab.io/reading" target="_blank">app</a>,
      <a href="https://gitlab.com/guyonvarch/reading" target="_blank">code</a>)
    </h1>

    <p>
      Guide students to find a book by refining the result set with faceted search.
    </p>

    <img src="projects/reading.png">

    <ul class="technos">
      <li>Scala
      <li>Scala.js
      <li>ScalaCSS
      <li>Scalatags
      <li>Scala.Rx
    </ul>
  </li>

  <li>
    <h1>
      Map
      (<a href="https://guyonvarch.gitlab.io/map" target="_blank">app</a>,
      <a href="https://gitlab.com/guyonvarch/map" target="_blank">code</a>)
    </h1>

    <p>
      Add customized markers on a map.
    </p>

    <img src="projects/map.png">

    <ul class="technos">
      <li>Ocaml
      <li>BuckleScript
      <li>Leaflet
    </ul>
  </li>

  <li>
    <h1>
      cAtchVoid
      (<a href="http://guyonvarch.gitlab.io/catchvoid" target="_blank">game</a>,
      <a href="https://gitlab.com/guyonvarch/catchvoid" target="_blank">code</a>)
    </h1>

    <p>
      Catch the points of your color, avoid the others. You can switch colors
      in order to reverse the game mechanic. Get the best score.
    </p>

    <img src="projects/catchvoid.png">

    <ul class="technos">
      <li>Elm
    </ul>
  </li>

  <li>
    <h1>
      Tabata
      (<a href="http://tabata.guyonvarch.me" target="_blank">app</a>,
      <a href="https://gitlab.com/guyonvarch/tabata" target="_blank">code</a>)
    </h1>

    <p>
      Configure and run a tabata timer.
    </p>

    <img src="projects/tabata.png">

    <ul class="technos">
      <li>TypeScript
      <li>CSS
    </ul>
  </li>

  <li>
    <h1>
      Timer
      (<a href="http://guyonvarch.gitlab.io/timer" target="_blank">app</a>,
      <a href="https://gitlab.com/guyonvarch/timer" target="_blank">code</a>)
    </h1>

    <p>
      Create and manage timers.
    </p>

    <img src="projects/timer.png">

    <ul class="technos">
      <li>Elm
    </ul>
  </li>

</ul>