https://github.com/anuva312/windbnb-devchallenges
A small version of Airbnb - Windbnb. Developed as a part of devChallenges Front-End Developer Challenge.
https://github.com/anuva312/windbnb-devchallenges
challenge css devchallenges frontend html javascript reactjs
Last synced: 11 months ago
JSON representation
A small version of Airbnb - Windbnb. Developed as a part of devChallenges Front-End Developer Challenge.
- Host: GitHub
- URL: https://github.com/anuva312/windbnb-devchallenges
- Owner: anuva312
- Created: 2021-10-26T09:25:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T13:24:58.000Z (about 2 years ago)
- Last Synced: 2025-02-09T08:19:16.556Z (about 1 year ago)
- Topics: challenge, css, devchallenges, frontend, html, javascript, reactjs
- Language: JavaScript
- Homepage: https://silly-goodall-4678a9.netlify.app/
- Size: 4.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Windbnb
Solution for the [WindBnB Challenge](https://legacy.devchallenges.io/challenges/3JFYedSOZqAxYuOCNmYD) from [Devchallenges.io](https://legacy.devchallenges.io).
## Table of Contents
- [Challenge](#challenge)
- [Solution](#solution)
- [Demo](#demo)
- [Demo Screenshots](#demo-screenshots)
- [Built With](#built-with)
- [How to Use](#how-to-use)
- [Acknowledgements](#acknowledgements)
## Challenge
Challenge: Create a small version of Airbnb - Windbnb with given data.
Use Front-end libraries like React or Vue.
Fulfill user stories below:
- User story: I can see a list of properties
- User story: I can see the property card with a name, rating, apartment type, and super host
- User story: I can open the filter drawer
- User story: I can filter properties by location and number of guests
- User story: I can see the number of filtered items
- User story: I can see pages following given designs
## Solution
### Demo
Find the website in action [here](https://silly-goodall-4678a9.netlify.app/)!
### Demo Screenshots
Home Page

Filter By Location

Filter By No.of Guests

Filter-Results

Mobile View

### Built With
- [React](https://reactjs.org/)
## How To Use
To clone and run this application, you'll need [Git](https://git-scm.com) and [yarn](https://yarnpkg.com/). From your command line:
```bash
# Clone this repository
$ git clone https://github.com/anuva312/WindBnB-devChallenges
# Install dependencies
$ yarn install
# Run the app
$ yarn start
```
## Acknowledgements
- The pictures used in the Demo have been downloaded through Google Search, I do not own any of them.