Project 6 OpenClassrooms
Development of a real estate rental website using React
- 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.
- Create React App
- React
- CSS3
- Git
- 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
thennpm run start
Follow this link: https://kasa.moonstruck.pro
If you have any questions, comments, or collaboration proposals, feel free to contact me via Mail or through my LinkedIn profile.
I am proud to have completed this project which taught me a lot about React, and I am happy to share this experience with you.