Skip to content

RbAvci/React-Module-Project

 
 

Repository files navigation

The React Hotel

Description

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

Project Setup

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

You can clear the branches which has been deleted from remote by:

git fetch --prune

It will open a browser window at http://localhost:5173/ and a test runner at http://localhost:51205/vitest/#/.

Docs

The docs for this project are in the docs folder. You should read them all before you start working on the project.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.2%
  • SCSS 18.7%
  • CSS 4.7%
  • HTML 1.4%