Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 696 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 696 Bytes

it202-big-project

  1. Includes at least 3 screens - Map, Saved Locations, Settings - ✅
  2. UI built using Material Components for the Web - ✅
  3. Retrieves data from at least two different endpoints - ✅
  1. https://openchargemap.org/site/develop#api
  2. https://openweathermap.org/api
  1. Includes a visualization (map, chart, or ?)- Google Maps API - ✅
  2. Stores and retrieves data from the IndexedDB - ✅
  3. Utilizes some hardware feature (sensor, camera, microphone, etc) - Attempts to retrieve current location - ✅
  4. Includes a Service Worker - ✅
  5. Functions offline (due to cached assets) - ✅ (map does not work)
  6. Installs on device (due to Web App Manifest) - - ✅