Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tomek-i/react-weights
- Owner: tomek-i
- Created: 2019-10-29T22:08:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T18:08:26.000Z (over 1 year ago)
- Last Synced: 2023-03-05T11:38:39.698Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.03 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
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.