carlossirias / windbnb

🌱. This is my recreation of devchallenges' #3 challenge, a small simulation of an Airbnb

Home Page:https://windbnb-ochre.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windbnb

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

screenshot

This is my recreation of devchallenges' #3 challenge, a small simulation of an Airbnb. I created this project using React, Tailwind and CSS. The project is capable of faithfully recreating each of the required functionalities, along with some new ones like being able to view all the records.

Built With

Features

  • This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.

  • You can display all stays again by simply tapping on the location you had previously selected and then clicking the search button.

  • The filters you selected will not reset when closing the page, allowing the user to avoid frustration in case of accidental page reload.

  • The application is 100% responsive and faithfully replicated, thanks to the resources provided by the devChallenges team.

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/carlossirias/windbnb

# Install dependencies
$ npm install

# Run the app
$ npm start

Contact

FeedBack

If you'd like to provide feedback on the project, I'll be happy to hear from you. You can contact me at the following email: carlos.sirias04@gmail.com

About

🌱. This is my recreation of devchallenges' #3 challenge, a small simulation of an Airbnb

https://windbnb-ochre.vercel.app


Languages

Language:JavaScript 90.7%Language:CSS 5.9%Language:HTML 3.4%