Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 700 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 700 Bytes

About

A quick little app I built while at home for christmas when my Father-in-law wanted to track his wife's migraines in relation to the barometric pressure and a few other factors.

The app is built for mobile and was really only styled for mobile.

Tech

  • React
  • React Router
  • LocalStorage
  • Moment JS
  • Recharts (graphing)
  • Jest and Enzyme

Notes

Next time I would use Redux, I didn't think I would have this much state management when I first talked about the project.
The tests for this are overkill but I was just playing with a few things.