A comprehensive health and wellness tracking application built with React and Vite.
Follow these instructions to get the project up and running on your local machine.
- Node.js (v16 or higher recommended)
- npm (comes with Node.js)
- Clone the repository (if you haven't already)
- Install dependencies:
npm installIn the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:5173 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the dist folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
Locally preview the production build.
Run this after npm run build to test the production build locally.
Runs ESLint to check for code quality and style issues.
- Framework: React 19
- Build Tool: Vite
- Styling: Tailwind CSS
- State Management: Zustand
- Icons: Lucide React
- Charts: Recharts
- Animations: Framer Motion