MoodSphere is an elegant, colorful, and interactive web app designed to help users track their daily moods π. With MoodSphere, you can log your feelings, view emotional history on an interactive calendar, take reflective notes, get daily reminders, and even chat with a mood-based AI assistant for support.
- Features
- Tech Stack
- Installation
- Usage
- How It Works
- Live Demo
- Screenshots
- Contributing
- License
- Contact
- π¨ Colorful Mood Selector β Choose from moods like Happy π, Sad π’, Neutral π, and more.
- π Interactive Calendar β Visualize your emotional history with a color-coded calendar.
- βοΈ Personal Notes β Reflect on your day with optional written notes.
- πΎ Local Storage & Backend Support β Store mood data locally or in the backend for persistent tracking.
- β° Daily Reminders β Get notifications to log your mood every day.
- π§ Email Notifications β Automatic emails for new user registration, forgotten password, or daily mood reminders.
- π₯οΈ Multi-Page Dashboard β Includes UK dashboard, contributors page, and calendar page.
- π¬ AI Chatbot β Mood-based chatbot to provide support and suggestions to users.
- ποΈ Smooth Animations & Backgrounds β A visually appealing, dynamic UI with animated backgrounds.
- π± Fully Responsive β Optimized for desktop, tablet, and mobile devices.
- π Authentication β Login and Register securely with JWT-based sessions.
- β‘ Fast & Interactive UI β Enhanced user experience with animated transitions and smooth interactions.
Technology | Purpose |
---|---|
React.js (CRA) | Frontend UI & interactive components |
Node.js + Express | Backend API |
MongoDB | Database for storing users and moods |
JWT | Authentication & session management |
CSS3 + Animations | Styling, animated backgrounds & transitions |
Nodemailer | Email notifications |
- Clone the Repository
git clone https://github.com/SivaDurshika-G/MoodSphere-.git
cd MoodSphere-
- Backend Setup
cd backend
npm install
- Frontend Setup
cd ../frontend
npm install
npm start
- Open the frontend (
localhost:3000
) in your browser. - Register a new account or login with an existing one.
- Log your daily moods and notes on the interactive calendar.
- Receive daily reminders and email notifications.
- Use the AI chatbot for mood support and guidance.
- Users authenticate via login/register.
- Mood entries are saved either locally or in the backend.
- Daily reminders are triggered via email notifications.
- Calendar displays mood history with color-coded moods.
- Chatbot suggests actions or advice based on your logged mood.
- Animated backgrounds and transitions enhance engagement.
Visit the live site: [MoodSphere Live - https://moodsphere-rouge.vercel.app]
PORT=5000
MONGO_URI=your_mongo_uri
JWT_SECRET=your_jwt_secret_key_here
NODE_ENV=development
GOOGLE_CLIENT_ID=client_id
GOOGLE_CLIENT_SECRET=client_secret
FRONTEND_URL=http://localhost:3000
GOOGLE_CALLBACK_URL=http://localhost:5000/api/auth/google/callback
SESSION_SECRET=your_session_secret_key
GMAIL_USER=mail_id
GMAIL_PASS=pass
GROQ_API_KEY=api_key
GROQ_MODEL=llama3-8b-8192
GITHUB_TOKEN=token
We welcome contributions from the community! To contribute:
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes
- Commit and push:
git commit -m "Add your message"
git push origin feature/your-feature-name
- Open a Pull Request
This project is licensed under the MIT License. See the LICENSE file for full details.
- Created by: Siva Durshika
- Email: sivadurshika@gmail.com
- GitHub: @SivaDurshika-G