{"id":21270290,"url":"https://github.com/askhan963/dreamminder","last_synced_at":"2026-04-10T12:04:10.606Z","repository":{"id":255804365,"uuid":"853626453","full_name":"askhan963/DreamMinder","owner":"askhan963","description":"DreamMinder is a MERN stack-based goal-setting and productivity app, allowing users to manage, track, and collaborate on personal and professional goals. Secure authentication and personalized dashboards help users stay focused on achieving their dreams.","archived":false,"fork":false,"pushed_at":"2024-10-03T03:12:40.000Z","size":923,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T02:27:55.128Z","etag":null,"topics":["authentication","express","fullstack","goals","jwt","mern-stack","mongodb","nodejs","react","taskmanagement","typescript"],"latest_commit_sha":null,"homepage":"https://dreamminder.netlify.app/","language":"TypeScript","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/askhan963.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-09-07T04:24:27.000Z","updated_at":"2024-10-03T03:12:44.000Z","dependencies_parsed_at":"2024-09-16T17:29:45.426Z","dependency_job_id":null,"html_url":"https://github.com/askhan963/DreamMinder","commit_stats":null,"previous_names":["askhan963/dreamminder"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askhan963%2FDreamMinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askhan963%2FDreamMinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askhan963%2FDreamMinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askhan963%2FDreamMinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/askhan963","download_url":"https://codeload.github.com/askhan963/DreamMinder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243725562,"owners_count":20337667,"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":["authentication","express","fullstack","goals","jwt","mern-stack","mongodb","nodejs","react","taskmanagement","typescript"],"created_at":"2024-11-21T08:16:55.882Z","updated_at":"2025-12-31T00:22:30.687Z","avatar_url":"https://github.com/askhan963.png","language":"TypeScript","readme":"## DreamMinder\n\n**DreamMinder** is a modern goal-setting and productivity app that helps users turn their dreams into actionable goals. With intuitive task management, personalized reminders, progress tracking, and user authentication, DreamMinder keeps users focused on achieving their personal and professional milestones. The app is built using the MERN stack (MongoDB, Express.js, React.js, Node.js) and features secure authentication for a personalized experience.\n\n### Features\n\n- **User Authentication \u0026 Authorization**: \n  - Secure sign-up and login with JWT (JSON Web Tokens).\n  - Protected routes to ensure goal and task management is available only to authenticated users.\n  - Password encryption for user data security.\n\n- **Goal and Task Management**:\n  - Create, categorize, and manage personal and professional goals.\n  - Break down goals into smaller tasks with customizable deadlines and priorities.\n  - Visual progress tracking through timelines and progress bars.\n\n- **Notifications \u0026 Reminders**:\n  - Set reminders for upcoming tasks and milestones.\n  - Receive daily and weekly progress reports.\n\n- **Dashboard \u0026 Analytics**:\n  - Visualize goal progress using charts and statistics.\n  - Track completed, pending, and overdue tasks.\n\n- **Collaborative Goal Setting**:\n  - Share goals with others and work on them collaboratively.\n\n- **Personalization**:\n  - Customizable themes (light/dark mode).\n  - Inspirational dashboard with motivational quotes and goal suggestions.\n\n- **Habit Tracking**:\n  - Integrate habits linked to goals for consistent progress.\n  - Visual habit streaks and performance metrics.\n\n### Tech Stack\n\n- **Frontend**: \n  - React.js\n  - Redux for state management\n  - Tailwind CSS for styling\n\n- **Backend**:\n  - Node.js and Express.js for API and business logic\n  - MongoDB as the database for secure data storage\n\n- **Authentication**:\n  - JSON Web Tokens (JWT) for secure user sessions\n  - Bcrypt for password encryption\n\n- **Deployment**: \n  - Deployed using Vercel and Netlify\n\n### Acknowledgments\n- **Netlify Deployment**: The frontend of DreamMinder is deployed on [Netlify](https://dreamminder.netlify.app).\n- **Vercel Deployment**: The backend server is deployed using Vercel to provide a seamless serverless experience.\n\n### Installation\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/askhan963/DreamMinder.git\n   ```\n2. **Install the dependencies**:\n   ```bash\n   cd DreamMinder\n   npm install\n   cd client\n   npm install\n   ```\n\n3. **Set up environment variables**:  \n   Create a `.env` file in the root directory with the following variables:\n   ```bash\n   PORT=5000\n   MONGO_URI=your_mongodb_connection_string\n   JWT_SECRET=your_jwt_secret\n   ```\n\n4. **Run the app**:\n   - Start the backend server:\n     ```bash\n     npm run dev\n     ```\n   - Start the React frontend:\n     ```bash\n     cd client\n     npm start\n     ```\n\n5. **Access the app**:\n   Visit [http://localhost:3000](http://localhost:3000) in your browser.\n\n### API Endpoints\n\n- **POST** `/api/users`: Register a new user.\n- **POST** `/api/users/login`: Log in a user and receive a JWT token.\n- **GET** `/api/goals`: Get all goals for the authenticated user.\n- **POST** `/api/goals`: Create a new goal (authentication required).\n\n### Contributing\n\nIf you'd like to contribute to DreamMinder, feel free to submit pull requests or open issues with ideas and improvements.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faskhan963%2Fdreamminder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faskhan963%2Fdreamminder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faskhan963%2Fdreamminder/lists"}