Skip to content

Instantly share code, notes, and snippets.

@gusmcnair
Last active March 3, 2020 18:00
Show Gist options
  • Save gusmcnair/0175f2921fd0077565442e36f507c882 to your computer and use it in GitHub Desktop.
Save gusmcnair/0175f2921fd0077565442e36f507c882 to your computer and use it in GitHub Desktop.
Feedback and Iteration – Time Capsule

Feedback:

  1. Switch statements instead of if/else for determining time when multiple conditions (Done)
  2. Consider using Moment for date/time instead of vanilla JavaScript (Done)
  3. Date/time operations in different function from rest (Done)
  4. Use camelCase to name variables (Done)
  5. Restyle for a more 'futuristic' look (Done)
  6. Let users select specific date in the future to set capsule for (Not in this version, but would be a cool feature to add in the future!)

Link to app

Link to frontend repo

Link to backend repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment