This is a Next.js project bootstrapped with create-next-app
.
The Water Calculator application helps users estimate their daily water intake based on various factors such as age, weight, and activity level. It provides personalized recommendations to ensure users stay hydrated.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
- Calculate daily water intake based on user inputs
- Personalized recommendations
- Responsive design for mobile and desktop
- Integration with external APIs for additional data