This is your module team project. You will work in a team to build a hotel website using React.
This project is mirrored on the curriculum
https://curriculum.codeyourfuture.io/react/product
This project uses Vite, a modern build tool for React. To run the project, you will need to install the dependencies. In a terminal in the root of the project, run:
npm install
Then you can start the development server:
npm run dev
It will open a browser window at http://localhost:5173/ and a test runner at http://localhost:51205/vitest/#/.
The docs for this project are in the docs
folder. You should read them all before you start working on the project.