https://github.com/jane-does-coding/sipfit
This website was made, for people to have easier understanding of healthy eating habits and life choices.
https://github.com/jane-does-coding/sipfit
git github mongodb nextjs prisma react reactjs tailwind zustand
Last synced: about 2 months ago
JSON representation
This website was made, for people to have easier understanding of healthy eating habits and life choices.
- Host: GitHub
- URL: https://github.com/jane-does-coding/sipfit
- Owner: jane-does-coding
- Created: 2025-08-15T01:12:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-08-20T02:17:04.000Z (3 months ago)
- Last Synced: 2025-08-20T02:38:56.661Z (3 months ago)
- Topics: git, github, mongodb, nextjs, prisma, react, reactjs, tailwind, zustand
- Language: TypeScript
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SipFit
[](https://award.athena.hackclub.com?utm_source=readme)
This website was made, for people to have easier understanding of healthy eating habits and life choices. Which includes guides about working out, MyPlate eating strategy, Diet Plans, and more!




## Example Database Structuring


This website tells you your:
- BMI, and what it means
- Healthy weight range
- Basal Metabolic Rate (BMR)
- Calories the person needs daily by activity
- Calories to Maintain/Lose/Gain weight
- Macro Breakdown
- Goal Tracking
- Analitics of weight comparison
- Analitics of BMI comparison
- Height Comparison
- Body Measurements comparison
- Diet Advices
- Macros needed daily
- Healthy eating tips
- Examples of healthy Measl
- Let's you create & save your profile and meal data
Something challenging that I had to learn for this project was react charts:
I didnt work with the react charts a lot in the past, and whenever I did, I was always struggling with it and ended up giving up, however, this time was different, and it went more smooth than my old times.
## Languages & Technologies:
[](https://skillicons.dev)
---
## Setup
### 1. Clone the repo
```bash
git clone https://github.com/jane-does-coding/SipFit
cd sipfit
```
### 2. Install the dependencies
```bash
npm i
```
### 3. Configure .env
```bash
DATABASE_URL="your mongodb"
NEXTAUTH_SECRET="random-secret"
```
### 4. Setup Prisma
```bash
npx prisma generate
```
### 4. Run the project
```bash
npm run dev
```