An open API service indexing awesome lists of open source software.

https://github.com/gameonn/react-windbnb

Windbnb Dev Challenge
https://github.com/gameonn/react-windbnb

css css-modules reactjs

Last synced: 3 months ago
JSON representation

Windbnb Dev Challenge

Awesome Lists containing this project

README

        

## React WindBnB
Create a small version of Airbnb - Windbnb with sample data using React JS.

## Table of Contents

- [Overview](#overview)
- [Demo](#demo)
- [Built With](#built-with)
- [Features](#features)

## Overview

- Solution for the challenge [Windbnb](https://devchallenges.io/challenges/3JFYedSOZqAxYuOCNmYD)
- Mobile first approach.
- Hover effect on stays.
- Screenshot: [Desktop Screenshot](https://user-images.githubusercontent.com/6601996/192210199-2b143fcc-7f48-4d57-a5e4-448221896d79.png)

## Check the demo

- [Version 1](https://windbnb-dev.netlify.app/)
- [Version 2](https://windbnb-v2.netlify.app/)

### Built With

- [React](https://reactjs.org/)
- [Css Modules Components](https://github.com/css-modules/css-modules)

## Features

- User story: I can see a list of stays
- User story: I can see the stay card with a title, screenshot, rating, apartment type, beds and super host
- User story: I can open the filter drawer
- User story: I can filter stays 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