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

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

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 CSS

Backend

- Nodejs
- Mongodb
- Expressjs
- Mongoose

frontend is deployed on netilify
backend is deployed on heroku