{"id":27048636,"url":"https://github.com/parisa-singh/emotion-based-website","last_synced_at":"2025-04-09T18:47:19.938Z","repository":{"id":286031552,"uuid":"960135893","full_name":"parisa-singh/emotion-based-website","owner":"parisa-singh","description":"A soft aesthetic, emotion-based dashboard to track habits, journal thoughts, and glow through your moods.","archived":false,"fork":false,"pushed_at":"2025-04-03T23:20:54.000Z","size":335,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T00:24:42.453Z","etag":null,"topics":["css","emotion-based","html","js","self-care","tracking-system"],"latest_commit_sha":null,"homepage":"https://parisa-singh.github.io/emotion-based-website/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parisa-singh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-04-03T23:17:11.000Z","updated_at":"2025-04-03T23:20:57.000Z","dependencies_parsed_at":"2025-04-04T00:24:46.886Z","dependency_job_id":"96b1920f-6132-4bb6-8749-99d159cfdcf6","html_url":"https://github.com/parisa-singh/emotion-based-website","commit_stats":null,"previous_names":["parisa-singh/emotion-based-website"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parisa-singh%2Femotion-based-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parisa-singh%2Femotion-based-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parisa-singh%2Femotion-based-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parisa-singh%2Femotion-based-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parisa-singh","download_url":"https://codeload.github.com/parisa-singh/emotion-based-website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247299851,"owners_count":20916193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","emotion-based","html","js","self-care","tracking-system"],"created_at":"2025-04-05T07:15:25.795Z","updated_at":"2025-04-05T07:15:26.332Z","avatar_url":"https://github.com/parisa-singh.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MindGlow: An Emotion-Based Self-Care Dashboard 🌈\n\nWelcome to **MindGlow**, a self-care productivity dashboard that adapts to your emotions. Built with **HTML, CSS, and JavaScript**, this soft aesthetic project helps you organize your thoughts, track your habits, set intentions, and reflect based on how you feel.\n\n---\n\n## 🎯 Features\n\n- **Mood Picker** – Choose how you feel and unlock a color-themed dashboard experience.\n- **Dynamic Theme** – All pages reflect your selected mood with custom background, accent, and text colors.\n- **Dashboard** – Central hub with glowing mood orb, animated entry, and buttons to all tools.\n- **Affirmations** – List up to 20 affirmations to keep your mindset strong.\n- **Brain Dump** – A soothing space to write out what's on your mind.\n- **Intentions Grid** – Create and organize intentions under personalized categories.\n- **Habit Tracker** – Track up to 5 habits weekly with interactive checkboxes.\n- **Mood Orb** – A magical glowing orb that floats in the top-left, returning you to the mood picker.\n\n---\n\n## 💖 Tech Stack\n\n- **HTML5** – Semantic structure\n- **CSS3** – Custom animations, transitions, responsive layout\n- **JavaScript (Vanilla)** – Interactivity, localStorage persistence\n\n---\n\n## 📁 Directory Structure\n\n```\nemotion-based-ui/\n├── index.html                  # Mood selection screen\n├── dashboard.html              # Main page after mood is chosen\n├── affirmations.html\n├── brain-dump.html\n├── intentions.html\n├── habit-tracker.html\n│\n├── scripts/\n│   ├── app.js\n│   ├── affirmations.js\n│   ├── brain-dump.js\n│   ├── intentions.js\n│   └── habits.js\n│\n├── style/\n│   ├── main.css\n│   └── components.css\n│\n├── sounds/\n│   └── click.mp3               # Mood orb chime\n```\n\n---\n\n## 🌸 Mood Color Themes\n\n| Mood        | Main Color  | Accent Color |\n|-------------|-------------|---------------|\n| Happy       | #FFF3B0     | #FFE066       |\n| Sad         | #C7E9F1     | #A9D6E5       |\n| Angry       | #F4A6A6     | #E29595       |\n| Anxious     | #A5B8D0     | #7D93B2       |\n| Calm        | #C8E6C9     | #A5D6A7       |\n| Tired       | #D8C4E6     | #C6A9E0       |\n| Excitement  | #FEC8D8     | #FDA4BA       |\n| Motivated   | #FFD6A5     | #FFBC80       |\n\n---\n\n## 🧠 How It Works\n\n- User selects a mood → stored in `localStorage`\n- Theme colors are dynamically applied using CSS variables\n- Mood orb updates color + emoji and links back to mood picker\n- Each feature page pulls mood theme and adapts accordingly\n- All data (affirmations, intentions, habits, dumps) are saved with `localStorage`\n\n---\n\n## 🚀 Getting Started\n\n1. Clone or download this repository\n2. Open `index.html` in your browser\n3. Choose a mood and explore your dashboard ✨\n\n\u003e No frameworks, no backend — just pure creative frontend joy 💫\n\n---\n\n## ✨ Inspired By\n\n- Cozy productivity tools ☁️\n- Therapy and reflection journaling 🧘‍♀️\n- Moodboards, pastel planners, bullet journals 💕\n\n---\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparisa-singh%2Femotion-based-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparisa-singh%2Femotion-based-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparisa-singh%2Femotion-based-website/lists"}