blob: fc8e57827d5679fb01b0e943f82f5f402757dd69 (
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
|
<!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
</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>
Timer
(<a href="https://gitlab.com/guyonvarch/timer" target="_blank">app</a>,
<a href="http://guyonvarch.gitlab.io/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>
|