Welcome On
my Page
Discover about my studies, projects and professionals experiences.
RAG IA
This project hasn't been displayed on my page yet. However, you can still check out the GitHub repository at this link.
FiTrack
flutter create fitrack
processing...
Done!
cat README.md
# FITRACK
Your Ultimate Workout Companion
## About
This project is an Android mobile application.
**status**
•
started
**languages**
• dart
• java
**github**
For more information with Fitrack development, view the [online repository](
https://github.com/ElisePub/FitTrack
).
For the past 3 years, I have been going to the gym on a weekly basis.
I came up with the idea for this project while recording my workouts on my notepad app. Not very convenient so far.
This application will meet all the needs of a bodybuilder: tracking, personalized workouts, integrated timer. It will be the number one support for gym members.
This is my first personal mobile project.
The choice of making an app instead of a web app is clearly driven by the need for easy access for users on their phones.
Cluedo
Discover the
Online Cluedo Game
Cluedo is originally a board-based detective game. In this online version, we choose to embody one of the professors from the IUT of Vannes. Discover who killed Mr. LeSommer by moving through the school's rooms.
function App() {
return (
<GameProvider>
<Router>
<Routes>
<Route path="/" elem={<Board/>}/>
</Routes>
</Router>
</GameProvider>
);
}
export default App;
What is it ?
My online version of the Cluedo game features a 3D game board.
At the start of each game, a script randomly determines the three elements of the murder: the culprit, the weapon, and the room.
On each turn, the dice are rolled and the player move space by space from one room to another. Once in a room, he can make a suggestion.
The game ends when a player discovers the correct combination of elements.
1
Murderer
6
Suspects
9
Rooms
8
Weapons