Click link: MyRentCar.
- "/" - the homepage with a general description of the services provided by the company.
- "/catalog" - a page containing a catalog of cars with various configurations that users can filter by brand, hourly rental price, and mileage driven by the car during its use.
The first page of the catalog displays 8 listings, and the rest of them - on clicking the 'Load more' button
Clicking the 'Learn more' button opens a modal window with detailed information about the car and its rental terms
Clicking the 'Rental car' button allows the user to contact the company by phone
Clicking the 'heart-shaped' icon on the listing card adds it to the favorites list.
In case of a repeated click on the 'heart-shaped' icon, the listing is removed from the favorites list, and the button's color reverts to its initial state.
- "/favorites" - a page with listings that have been added to the user's favorites.
If no listings have been added to the favorites list, a button to return to the catalog appears:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.