Wi-Find. A map that shows you free Wi-Fi spots nearby.

github.com/alvyn279/wi-find

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

May 2018
  • Merge pull request #19 from alvyn279/admin
  • explanation of classes and folder used for admin feature
  • #18 this completes the login module
  • #18 sessions are set, handle-requests.js -> each action into ONE object
  • #18 logout controller
  • #18 no need for email to sign in just username
  • #18 login almost done, session variable next, login unit tests are done
  • minor fixes, implemented a clear input function for edit.php
  • #18 login backend and unit tests in progress
  • created models & handlers folder to abide SOC and good folder structure
  • #18 admin table sql, updated readme in docs/
  • #18 login feature in progress
  • minor fixes
  • #16 update backend to be completed
  • #16 update front-end, TODO: create update js request with PHP backend
  • removed util js
  • renamed handle-delete-request to handle-requests
  • #16 moved manage scripts to controllers directory
  • #16 update function backend, tested with unit test
  • minor fix