Repository containing the source code for the website of the Make Believe House. The website was developed using [:TODO:] for for the front-end.
- Technologies Used
- Installation
- How to Use
- Contribution
The goal of this project is to provide a platform for renting rooms in a house that is easy to use and offers a pleasant experience to users. The site was developed to be scalable and easy to maintain, allowing for the addition of new features easily in the future.
- Bootstrap
-
Clone this repository: git clone make-believe-house
-
Navigate to the backend folder: cd make-believe-inn-frontend
-
Install dependencies: npm install Execution
-
Navigate to the backend folder: cd make-believe-inn-frontend/backend
-
Start the client: [:TODO:]
If you wish to contribute to the project, follow these steps:
- Fork the project.
- Create a branch for your feature (git checkout -b feature/AmazingFeature).
- Make your changes and add the modified files (git add .).
- Commit your changes (git commit -m 'Add AmazingFeature').
- Push your branch (git push origin feature/AmazingFeature).
- Open a Pull Request.