Axel Thauvin

Student in 3rd year at EPITA

Here I will post my projects, as well as my various offers of online courses.

You can find my resume here.

My projects

Illustration

ZAMP

ZAMP is a simplified application for setting up a local development server with Apache, MySQL, and PHP without requiring technical configuration.

November 10, 2024 ·  2 min ·  Axel Thauvin
Illustration

Absence Application

How the program works : At the request of the headmaster of the Notre Dame High School, I designed and produced, in compliance with the requested specifications, a website allowing to report very quickly from a smartphone or a computer, to the concerned staff of the school the absence of one of their colleagues as soon as a member of the board of directors is aware of the information. Description The user has a trombinoscope on which it is enough to search for the photo of the absent person, or to search for the name in the dedicated search bar.

March 24, 2022 ·  2 min ·  Axel Thauvin
Illustration

Hide text within text

How I hid text within text. By manipulating the bits of text, I managed to hide text within text with hidden characters.

November 4, 2021 ·  2 min ·  Axel Thauvin
Illustration

Netflix BetterMarks, chrome extension

Download link This is a Chrome extension, who adds marks from IMDB, Metacritic & AlloCiné on Netflix. It was made principaly in JS, but also added little bit of HTML and CSS for the control panel. If you want an access to the API i used, do not hesitate to contact me at ax.thauvin@gmail.com Image who shows the result on Netflix Menu of the extension Informations Statut : Terminé Language utilisé : NodeJS (Javascript) , HTML, CSS

April 22, 2021 ·  1 min ·  Axel Thauvin
Illustration

Pathfinding

Introduction Pathfinding consists of finding a way to move in an environment between a starting point and an end point, taking into account different constraints Description The program consists of taking the player from one point to another using the shortest path. The player is represented by the red square 🟥. When the mouse is clicked🖱️, it will automatically move towards it avoiding the walls. The interesting part was to add the notion of constraints; which aims to add obstacles on a path (for example traffic jams), which slow down the character (represented by the blue squares 🟦).

November 2, 2019 ·  1 min ·  Axel Thauvin