This project keeps the log of contractions of a pregnant woman. It is as simple as start the timer when a contraction starts and stop the timer when the contraction ends. The app will keep a log of the duration and intervals of the contractions and also shows a line chart of this history.
This app was developed with React Hooks, React Routes, Material UI, Sass, ChartJS, Firebase Auth, Firestore, Gulp. It is responsive.
https://react-contraction-timer.herokuapp.com
user: test@test.com
password: @13579test
To run this local you need to install nodejs in your computer first then:
-
Run npm install
-
Run npm start