Find a Study Space

Video Walkthrough

Video Walkthrough

Design https://www.figma.com/file/47OpXGjYME7awUny0FHPOn/Untitled?node-id=0%3A1

Features

  • Login/Sign up Page

  • About Section Page

Find nearby features for users

  • CUNY Libraries

  • CUNY computers/software

  • Public libraries

  • campus open areas (small/medium/large)

Rough Plan Concepts

List of New York locations, saved on a database, where students may want to go to.

location = ['Bronx', 'Brooklyn', 'Manhattan', 'Queens', 'Staten Island']

List their attributes (e.g computers, libraries, outside siting, sports field)

Set and Get data in JSON format (possibly)

location: [
{
  "CollegeId": "CUNY College",
  "libraries": 1,
  "Computer":1,
  "Park":1,
  "ThumbnailIMG:"1",
  "ThumbnailURL":"https://giphy.com/123123123"

},
{
  "CollegeId": CUNY College,
  "libraries": 1,
  "Computer": 0,
  "Park":1,
  "ThumbnailIMG:"0",
  "ThumbnailURL:NULL
}...
]
Share this project:

Updates