varJonathanR / windbnb

Home Page:https://windbnb-varjonathanr.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windbnb

Solution for a challenge from Devchallenges.io.

Netlify Status

Table of Contents

Overview

Windbnb Preview

This project has marked a before and after in my learning process. It was very challenging, and I learned to improve how I share state information between my components, as well as how to optimize my code to avoid repeating functions. I had a lot of fun with this project, and I am very happy that, as I progress, I depend less on external help and am able to think and create my own solutions.

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.

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/varJonathanR/windbnb

# Install dependencies
$ npm install

# Run the app
$ npm start

Contact