Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomek-i/react-weights

Simple webapp to track your body weight.
https://github.com/tomek-i/react-weights

Last synced: 7 days ago
JSON representation

Simple webapp to track your body weight.

Awesome Lists containing this project

README

        

![Example picture](/example.JPG?raw=true "Simple React weight tracker example")

This project was bootstrapped with Create React App.

Disclaimer

This project is just a little exercise working with React, Node.js and MongoDB after watching a few tutorials on react.
I picked a random project idea and tried to create this project by applying what I read about react without following a tutorial.
It is not production ready and the code base is provided as is.

I decided to continue by implemting a backend, and with actually restarted a new project here: https://github.com/tomek-i/fitness-pal

My goal is to do a full web app for personal fitness goals, including API, authentication, user management, various data points and visualisation etc.