AccommodationDirectory is a web application that helps to find any accommodation you wish depending on the location. You can search with the keyword of your choice or you can see which ones are already available.
I did it for learning purpose, the aim was to create a customized content but the same design of Patashule by Mathew Njuguna to master the HTML5 and CSS3 / SASS for UI/UX and responsiveness. This project is my capstone from Microverse after completing HTML/CSS curriculum.
Note: The result of this project is only a page design. It is not functional yet. It just shows the looking of the real website.
View on large screen | View on medium screen | View on small screen |
---|---|---|
- HTML5
- SASS
To get a local copy up and running follow the following simple steps.
There is no special pre-requisite to run this project locally
-
Clone this repository with
git clone https://github.com/descholar-ceo/accommodations-directory.git
-
Go inside this repo locally by typing
cd accommodations-directory
Open index.html file within your browser
There is no need to run tests
This project is deployed on netlify live demo link
- Github: @descholar-ceo
- Twitter: @descholar3
- LinkedIn: MUGIRASE Emmanuel
There two ways of contributing to this project:
- If you see something wrong or not working, please open the issue in issue section
- If you see something to improve or to correct, and you have a solution to that, follow the below steps to contribute:
- Fork this repository
- Clone it on your local computer by running
git clone https://github.com/your-username/accommodations-directory.git
Replace your username with the username you use on github - Open the cloned repository which appears as a folder on your local computer with your favorite code editor
- Create a separate branch off the master barnch,
- Write your codes which fix the issue you found
- Commit and push the branch you created
- Open a pull request, comparing your new created branch with our original master branch here
Give a ⭐️ if you like this project!
-
Mathew Njuguna for the design idea