Skip to content

TomStuart92/makers_bnb

 
 

Repository files navigation

Introduction

This is the repository for the Makers Academy Week Six Challenge

Install Instructions

  • Fork and Clone Repo to local machine.
  • Install Node and NPM.
  • Run npm install.
  • Run node server.js.
  • Server is hosted on Localhost:4000 by default.

Analysis

This project aimed to reproduce AirBNB using Javascript on the front and backends. This was our first exposure to Node, and we decided to forgo using Express for an added challenge.

I wrote about the technical side of this project here

The slower development cycle of working in a new language and environment, means this project didn't quite get finished to the standard I'd like. There are still features that need to be implemented, and the visual finish could use some polish.

However the experience I gained in using Node here has been invaluable moving forward into some of the more complicated builds later on the course. For example, the back-end of our final project was built entirely in Node. You can read about it here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.3%
  • HTML 24.5%
  • CSS 3.2%