My Active Websites
Studies Projects
Project: Create home travel agency web page with HTML & CSS
For this project, I had to correct an existing page in HTML and CSS so that the final rendering was similar to the design
Difficulty encounter
Being able to faithfully reproduce the proposed design and introduce responsiveness
Skills owned
- Implement a responsive interface with HTML & CSS
- Version project with Git and Github
- Integrate content according to a model with HTML and CSS
- Install a front-end development environment

Project: Create a real estate rental web application with React
For this project, I had to create a react application from scratch and manipulate data from an API
Difficulty encounter
Set up data so as not to repeat code and queries with notions of caching
Skills owned
- Developing a web interface with Sass
- Implement CSS Animations
- Initialize an app with Create React App
- Configure app page navigation with React Router
- Develop website interface elements using React components

Project: Develop the back-end of a book rating site
For this project, I had to create a Back-End with NodeJS to manipulate data with MongoDB
Difficulty encounter
use ODM with mongoose to manage data with mongoDB
setup complexe middleware with multer for manipulate image
Skills owned
- Implement a logical data model in accordance with regulations
- Store data securely
- Implement CRUD operations securely
