This project was inspired by the countless times someone asked me for my blood type or height and I could not remember. I asked around and some of my friends and family had the same issue. So I figured I'd build this app to help them keep track of some of their medical details. I mocked up this webapp over three weeks while juggling it with other responsibilities. I am open to any feedback on suggestions on how to better this experience for you. Please contact me 😄!
- Create a firebase project
- Create a
.env.local
file - Plugin firebase config variables in the
.env.local
file - These credentials will be used in:
- Fork the repository
- Clone the repo
git clone https://github.com/<your github username>/recallr
- Create new branch
git checkout -b <name of new branch>
- Make changes and test
- Submit Pull Request with comprehensive description of changes