January, 2019
This is a Tracking weight app I've made using React, Redux, and Firebase. Users can log in using google firebase authentication.
Users can provide information about them such as their age, height, goal weight, and gender, which will allow the app to calculate and display weight information to the user (kg from goal, body mass index...). Each day, you can submit your weight and track your progression through a chart.
The main goal here was to feel more at ease with React and understanding the basics of Redux.