Caution
This repository hosts a project completed as part of my OpenClassrooms training program. Having successfully completed the program, the project has now been archived and will no longer be actively maintained. Please be aware that while the repository will remain accessible for reference, some links or features may no longer function as intended.
For this project I had to create a website for a real estate agency. The agency is called Kasa and it is a fictitious agency.
For this project I used the following technologies:
- ReactJS
- TypeScript
- ViteJS
- Styled Components for the stylesheets
- React Router for the routing
- Prettier for code formatting
- ESLint for code linting
- Pnpm for package management
- Netlify for deployment
git clone https://github.com/alexperronnet/openclassrooms-11-kasa.git
cd openclassrooms-11-kasa
pnpm install #or npm install or yarn install
pnpm run dev #or npm run dev or yarn dev
The application is deployed on Netlify.
This is an OpenClassrooms project. The code is freely reusable, but assets (images, videos and logo) are not because they are not mine.
If you are also a student of OC, you can freely use my work as inspiration, but I advise you not to copy parts of it.