Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 900 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 900 Bytes

WiFinder

  • WiFinder is a mobile-optimized full stack application for locating quality free WiFi around downtown Denver. WiFinder allows the user to view a list of locations offering free WiFi in order of distance from the user's location, as well as on a corresponding map. The app also allows users leave comments, or to add new locations missing from the list. Happy hunting!

Technologies Used:

  • CSS
  • JavaScript
  • React
  • Knex
  • PostgreSQL
  • Express
  • Google Geocode API
  • Google Maps API
  • Google Distance Matrix API
  • Heroku
  • Firebase
  • NodeJS

Local Setup

  • Clone this repository.
  • Make sure you have PostgreSQL installed & working on your machine.
  • In terminal, npm install, then npm run setup and then npm start.
  • Created by Zackary Moore