A Hotel website project using HTML and SCSS.
View Demo
This is a website built with css flexbox rule and also mobile responsive. It is to showcase my proficiency in building website using css flexboxđź‘Ť.
To get started with project just simply fork this repo or download the zip file locally to your machine.
To get a local copy up and running follow these simple example steps.
Start with the latest version of NPM to avoid any errors:
- npm
npm install npm@latest -g
- Also install additional dependencies
npm install -g sass
- Clone the repo
git clone https://github.com/emerald1996/trillo
- Install NPM packages
npm install
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes and commit them (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Create a new Pull Request.
Distributed under the MIT License. See LICENSE
for more information.