Live Product: https://health-hound.web.app
Backend Repository: https://github.com/Zestus01/PuppyTrackerBack
Planned, designed, and coded a full stack application to track a dog’s daily activities. Front end was implemented with function based React components. Back end was constructed using the Django rest framework. Users can keep track of four different activities: food, bathroom, walk, and playtime. Users can also have multiple dogs with the application, and view a variety of trend charts. Utilized external NPM to display the trend charts, handle input errors, and various CSS effects. For demo purposes username: admin and password: bootcamp123. Activities can be entered but nothing can be deleted.
- Submitting an activity is autofilled depending on what you click. Dropdown menu still allows user to switch activities to submit.
- Using the npm package React-charts, and charts.js to allow user to view weight over time, activity count, and playtime vs walks.
- Options for activity submit is filled in from the backend.