-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,30 @@ | ||
# React + Vite | ||
# Serenity Mountain Frontend | ||
|
||
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. | ||
## Description | ||
|
||
Currently, two official plugins are available: | ||
This repository contains the frontend code for the Serenity Mountain project. Built with React, this application provides a dynamic and responsive user interface for exploring the services and accommodations offered by Serenity Mountain. | ||
|
||
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh | ||
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh | ||
**IMPORTANT**: This is the repository for the frontend. The repository containing the backend code for the Express API can be found [here](https://github.com/Bopally/winter-app-backend). | ||
|
||
## Instructions to Run This Application on Your Computer | ||
|
||
### Prerequisites | ||
|
||
- Ensure you have Node.js and npm installed on your machine. | ||
|
||
- Clone the Repository | ||
|
||
- NPM Install | ||
|
||
- Key Dependencies to install | ||
axios: ^1.7.8 | ||
react: ^18.3.1 | ||
react-dom: ^18.3.1 | ||
react-router-dom: ^7.0.0 | ||
react-snowfall: ^2.2.0 | ||
|
||
- Run the app with NPM run dev | ||
|
||
## DEMO | ||
|
||
https://serenity-mountain.netlify.app/ |