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 installto download the node_modules - Finally,
yarn startto launch the application - If you encounter issues with yarn, try
npm installthennpm run start
If you have any questions feel free to contact me via Mail