https://github.com/wasifbaliyan/calorie-app-frontend
Calorie App Frontend
https://github.com/wasifbaliyan/calorie-app-frontend
Last synced: 3 months ago
JSON representation
Calorie App Frontend
- Host: GitHub
- URL: https://github.com/wasifbaliyan/calorie-app-frontend
- Owner: wasifbaliyan
- Created: 2021-08-05T21:52:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-05T22:36:11.000Z (almost 4 years ago)
- Last Synced: 2025-01-10T18:52:52.418Z (5 months ago)
- Language: JavaScript
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phablecare Hiring Calorie App
DEPLOYED APP FRONTEND: https://phablecare-calorie-app.netlify.app/
DEPLOYED APP BACKEND: https://glacial-brushlands-70999.herokuapp.com/
BACKEND ENDPOINTS:
https://glacial-brushlands-70999.herokuapp.com/api/user_data [GET]
https://glacial-brushlands-70999.herokuapp.com/api/tdee [POST]## Features
- User can fill the form on the home page get the tdee, bmr, calories per day to loose/gain 2/4kg weight in 1month.
- On the user data page all the data that user filled will be saved to mongodb atlas and get populated on this page.### Stack
Frontend
- ReactJS
- React Router
- Vanilla CSSBackend
- Nodejs
- Mongodb
- Expressjs
- Mongoosefrontend is deployed on netilify
backend is deployed on heroku