kaohman / bike-see

An app for tourists to find bike shares in cities all over the world.

Home Page:https://bikesee.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bikeSee

A bike share sightseeing app for viewing bike share information around the world. SEE IT LIVE

Set-Up Back-End

  • Clone back-end repo: git clone https://github.com/kaohman/bike-see-server.git
  • If you don't have PostgreSQl, follow the steps to setup PostgreSQL HERE
  • Run npm install from root directory
  • Run npm start

Set-Up Front-End

  • Clone this repo: git clone https://github.com/kaohman/bike-see.git
  • Run npm install from root directory
  • Run npm start and visit localhost:3000 in your browser

Deployed Website

https://bikesee.herokuapp.com/

Background/About

This is an app for tourists who are interested in using bike shares in other cities. The interactive map displays bike share networks and stations around the world. Users can sign-up and login to add stations to my-stops and view a map of their stops. View original assigment here.

Screenshots

Overall page:

User sign up:

Map search:

Primary Technologies Used

  • ReactJS
  • Redux
  • React Router
  • NodeJS
  • Express
  • Postgres
  • Jest
  • Enzyme
  • SASS/SCSS
  • CityBikes API

Testing:

Jest and Enzyme for front-end testing. Run npm test from the root directory

Enhancements

  • Deploy website on Heroku
  • Include other landmarks on the interactive map.

Contributors

Karin Ohman

Wireframes

About

An app for tourists to find bike shares in cities all over the world.

https://bikesee.herokuapp.com/


Languages

Language:JavaScript 87.2%Language:CSS 9.9%Language:HTML 2.9%