Skip to content

A full-stack web app inspired by Couchsurfing that lets users reserve stays with alien hosts on other planets

Notifications You must be signed in to change notification settings

WooodHead/SolarSurfing

 
 

Repository files navigation

SolarSurfing

SolarSurfing is a full-stack web application inspired by Couchsurfing. It utilizes Ruby on Rails on the backend, a PostgreSQL database, and React.js with a Redux implementation of Flux architecture on the frontend.

Splash page

Features

  • User account creation and authentication with password encryption using BCrypt
  • Interactive solar system map, with responsive orbiting animations
  • Show page for each location, with list of local users currently accepting guests
  • Booking requests based on location, host, and date of travel
  • Host profiles and reviews

Interactive orbital map of our solar system

Project Design

SolarSurfing was designed and built in two weeks by me, Daniel Fletcher.

A proposal was drafted to help provide an implementation timeline during the development process.

Alongside the design proposal, I prepared a database schema, component hierarchy, and a series of wireframes for the user interface.

Hosts available at a searchable location

Technology

SolarSurfing is a single-page application built on Rails and React.js.

Future Implementations

  • Display realtime information on planets, such as current distance from Earth, and atmospheric conditions using NASA's Horizons API.
  • Allow users to submit new planets to the database, pending approval by minimum number of other users.
  • Add dynamic list of "popular hosts" to the dashboard.
  • Add testing suites using RSpec for the database models and Enzyme or Jest for the React components.

About

A full-stack web app inspired by Couchsurfing that lets users reserve stays with alien hosts on other planets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.8%
  • Ruby 30.4%
  • CSS 16.2%
  • HTML 3.8%
  • CoffeeScript 0.8%