ScorpionFiko / UTOR-PROJ01-TEAM12-Space-Trek

University of Toronto - Project 01 - Team 12 - Exploring Mars app
MIT License
2 stars 0 forks source link

implement local storage of mission and images #14

Open ScorpionFiko opened 1 year ago

ScorpionFiko commented 1 year ago

As a user, I would like to save my mission data so that I can review it again at a later date

Acceptance criteria

  1. the mission data must be saved in local storage
  2. previous mission data must not be overwritten
  3. each mission must be uniquely identified
  4. each mission must have the date and the image information that was displayed in the carousel
ScorpionFiko commented 1 year ago

done