brendastorer / travel-app

Personal travel log and diary to share with friends and family.

Home Page:https://vast-brook-44418.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

HELE travel planner & diary

HELE is a Node/Express app where you can log the details of upcoming travel to share with others, and then optionally use that log as a travel diary during your trip.

Hele travel planner & diary

Screenshot of an individual trip page

Setup

  • Clone the repo from GitHub
  • Run npm install
  • Start a local server by running npm run start-server in your terminal
  • In a different terminal window, run a mongo instance with mongod

To host on heroku, you must include a Procfile at the root of the app.

Tests

  • Run the test suite locally with npm test

Sass Architecture

Base is the first imported and where global variables and mixins should be placed.

Defaults are base styles on html elements.

Components are specific patterns of modular styles for features across the site.

Technologies and Libraries

  • Node.js/Express/Mongo
  • Mongoose
  • Travis CI
  • Mocha & Chai
  • jQuery
  • Handlebars
  • Passport.js
  • Moment.js
  • Gulp
  • Sass/SCSS
  • Babel
  • Autoprefixer

Upcoming Features

Product features and development are managed through this Trello board

About

Personal travel log and diary to share with friends and family.

https://vast-brook-44418.herokuapp.com/

License:MIT License


Languages

Language:CSS 48.8%Language:JavaScript 30.8%Language:HTML 20.4%