Reservia1 is a company giving a planification tool for holidays. Their website allows users to find accommodations and activities in a given city. Accommodations can be filtered by theme, budget or ambience.
Goal of this project: Integration of the website design with HTML and CSS.
- Desktop
- Mobile
Available in design/mobile_design.png if needed.
- Tablet
The website is adapted to tablets too (no design imposed).
- Users are able to search for accommodations in a given city. Search field is an entry field, which text can be edited. For now, search button is not functional.
- Each accommodation or activity card is entirely clickable. For now, links are empty.
- Filters are not functional for this version, but they must change on hover.
- In the navigation, "Accommodations" and "Activities" links are anchors leading to page sections.
- No framework or CSS pre-compiler (like Sass).
- Use of semantic tags.
- No error or alert on W3C validators for HTML or CSS.
The page is available at https://aurelianeg.github.io/reservia/ on GitHub Pages.
- Clone the repository
git clone https://github.com/aurelianeg/reservia.git- Launch the project with Live Server
live-serverIt opens the website to view it in the browser. The page will reload when changes are made in the code.
Footnotes
-
This is the 1st project of the "Front-end developer (JS - React)" training by OpenClassrooms. ↩
