jenniredfield / fe-hotel-filtering

A simple hotel filtering webapp with React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Hotel Filtering Webapp.

To run this project locally, make sure you have node installed. You can download it here

To copy this project, navigate to your folder of choice on terminal and type

git clone https://github.com/jenniredfield/hotel-filtering.git

Navigate into folder

cd hotel-filtering

Install dependencies

npm install

To run the project

npm start

The project should be visible on http://localhost:3000/

To run tests

npm test

Things to improve

At the start of the project, I was not so familiar with Enzyme and testing React. Would like to add more meaningful tests in the future.

About

A simple hotel filtering webapp with React


Languages

Language:JavaScript 73.1%Language:CSS 17.3%Language:HTML 9.6%