Goal
To take the skills learned over the last two years and take on an extensive project where the finished product should reflect the candidate’s general development capabilities, in addition to visual and technical skills.
Brief
A newly launched accommodation booking site called Holidaze has approached you to develop a brand new front end for their application. While they have a list of required features, the design and user experience has not been specified. Working with the official API documentation, plan, design and build a modern front end accommodation booking application.
There are two aspects to this brief: the customer-facing side of the website where users can book holidays at a venue, and an admin-facing side of the website where users can register and manage venues and bookings at those venues.
Requirements
All API functionality is managed by an existing application. This project only covers the front-end application for the API.
API
The API you are using for this project can be found under Holidaze in the Noroff API documentation.
Resources
User Stories
The client has specified the following requirements in the form of User Stories:
- A user may view a list of
Venues
- A user may search for a specific
Venue
- A user may view a specific
Venue
page byid
- A user may view a calendar with available dates for a
Venue
- A user with a
stud.noroff.no
email may register as a customer - A registered customer may create a booking at a
Venue
- A registered customer may view their upcoming bookings
- A user with a
stud.noroff.no
email may register as aVenue
manager - A registered
Venue
manager may create aVenue
- A registered
Venue
manager may update aVenue
they manage - A registered
Venue
manager may delete aVenue
they manage - A registered
Venue
manager may view bookings for aVenue
they manage - A registered user may login
- A registered user may update their avatar
- A registered user may logout
Technical Restrictions
The company CTO has set the following technical restrictions:
- Must use an approved
JavaScript Framework
- Must use an approved
CSS Framework
- Must be hosted on an approved
Static Host
- Must use an approved
Design Application
- Must use an approved
Planning Application
Required Links
The Product Owner has requested links to the following:
- A Gantt chart for project timing
- A design prototype
- A style guide
- A kanban project board
- A repository link
- A hosted application demo link
Approved Resources
This list covers libraries and services that have been vetted by the company and approved for use.
JavaScript Frameworks
- React (>16)
CSS Frameworks
- Bootstrap (>5)
- Tailwind (>3)
- MUI (>5)
- Styled Components
- CSS Modules
Hosting Services
- GitHub Pages
- Netlify
Design Applications
- Adobe XD
- Figma
- Sketch
Planning Applications
- Trello
- GitHub Projects
Delivery
Include the required links in the Moodle delivery window using this template format.
All final changes must be merged into the default branch main
or master
. Other branches will not be checked.
Ensure that the readme.md
file describes your project thoroughly, including how to setup and run the project locally and any special instructions for testers.