This app allows users to store memories from their baby's early years. There is also a social media component where users can share and comment on stories.
Created With:
- Javascript
- React
- Bootstrap
- CSS
- FireBase Authorization
- FireStore
- Figma
- FontAwesome
- Users log in as customers.
- Authentication is provided by Firestore.
- Private Routes can't be access unless user is authenticated.
- Navbar highlights the current page and displays UserName(if user is logged in)
- If User has input baby’s birthdate profile home page will display number of months or years of baby’s age ( componitized function that uses javascript to calculate number of months/years)
- Profile page also display’s baby’s name and photo, if those have been saved by User
- On the Questionnaire page, User can save information about their baby to be viewed in the virtual book. The User’s former answers will populate.
- In baby book birthday displayed in Day of the week, month, year format
- On the Community page users can post stories or questions about their little ones.
- Refactor with redux to add to questionnaire / book.