Kasa
Project 6 OpenClassrooms

Development of a real estate rental website using React
Features
- Presentation of a selection of real estate properties.
- Clicking on the cards redirects to a property page created based on the ID.
- The property page lists the product name, author, tags, rating, a carousel, and a description contained in a collapse component.
- The carousel displays a counter according to the number of images present on the page as well as two chevrons for navigation.
- Error handling for routing and redirection to the 404 page.
Technologies Used
- Create React App
- React
- CSS3
- Git
How to Run the Project Locally
- Open a terminal: enter
cd desktop
- Clone the repository: enter
git clone https://github.com/MoonstruckDev/Kasa.git
- Enter
cd kasa
- Then
yarn install to download the node_modules
- Finally,
yarn start to launch the application
- If you encounter issues with yarn, try
npm install then npm run start
If you have any questions feel free to contact me via Mail