Skip to content

HadikaMalik/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

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 81.8%
  • SCSS 11.5%
  • CSS 5.1%
  • HTML 1.6%