diff --git a/src/model/projects.ts b/src/model/projects.ts
index a4682ee..aa24eef 100644
--- a/src/model/projects.ts
+++ b/src/model/projects.ts
@@ -482,6 +482,22 @@ export const Projects: Project[] = [
doc: null,
commits: 0,
},
+ {
+ name: 'lebonprix.apk',
+ client: null,
+ skills: [s.UIUX, s.Rest, s.Inkscape, s.Git],
+ started_at: new Date(2018, 10, 5),
+ stopped_at: new Date(2018, 11, 15),
+ info: {
+ [Locales.EN]: 'Android application developed in Kotlin during the Master. The application serves as an interface to an API providing the prices of various goods (amazon, leboncoin, etc). Its purpose is to present a search engine that allows to visualize the price distribution of goods by categories. It\'s my only project in Kotlin, I was mostly in charge of the visual part and the animations.
At the end of the project, the teacher contacted us to get our agreement to publish the application on the Play Store. He finally abandoned the project because his API was illegal...',
+ [Locales.FR]: 'Application Android développée en Kotlin pendant le Master. L\'application sert d\'interface à une API donnant les prix de certains biens (amazon, leboncoin, etc). Elle a pour but de présenter un moteur de recherche qui permet de visualiser les distributions de prix des biens par catégories. C\'est mon seul projet en Kotlin, je me suis surtout occupé de la partie visuelle et des animations.
A l\'issue du projet, l\'enseignant nous a contacté pour avoir notre accord afin de publier l\'application sur le Play Store. Il a finalement abandonné le projet car son API était illégale...',
+ },
+ source: [
+ { name: 'git.xdrm.io/mti/lebonprix.apk', link: 'https://git.xdrm.io/mti/lebonprix.apk', commits: 3 },
+ ],
+ doc: null,
+ commits: 0,
+ },
];