Nutricare is a full-stack web application tailored for professional dieticians to manage client consultations, support interactions, service offerings, and real-time updates. Built using the MERN stack, the platform offers an engaging user experience with smooth animations, secure data handling, and seamless communication tools.
https://nutricare11.netlify.app
- 🔐 Authentication & Authorization – Secure login system for admin using JWT
- 💬 Real-time Updation – Integrated with Socket.io for instant client-dietician interaction
- 📧 Email Integration – Uses Nodemailer to send appointment confirmations and contact form responses
- 📦 Media Uploads – Cloud storage powered by Cloudinary for profile images and content thumbnails
- 🎨 Beautiful Animations – UI enhanced using Framer Motion & AOS
- 📱 Responsive Design – Optimized for both desktop and mobile devices
- ⚙️ Admin Panel – Manage users, appointments, and dietary content
| Frontend | Backend | Database | Other Tools |
|---|---|---|---|
| React.js | Node.js | MongoDB | Cloudinary, Nodemailer |
| Tailwind CSS | Express.js | Mongoose | JWT, Socket.io, Redux Toolkit |
| Framer Motion |
git clone https://github.com/Yawi-1/Dieticain.git
cd Dieticain
cd client
npm install
cd ../server
npm installComing soon...