{"id":23293252,"url":"https://github.com/jayanthpotluri5513/planit-desktop-app","last_synced_at":"2026-04-05T23:03:27.219Z","repository":{"id":264238312,"uuid":"892790727","full_name":"jayanthpotluri5513/PlanIt-Desktop-App","owner":"jayanthpotluri5513","description":"A project management application designed to organize tasks, track progress, and enhance team collaboration with a user-friendly interface.","archived":false,"fork":false,"pushed_at":"2024-11-23T06:55:29.000Z","size":36577,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-22T06:34:00.293Z","etag":null,"topics":["css","firebase","firebase-auth","firebase-database","html","javascript","react-router","reactjs"],"latest_commit_sha":null,"homepage":"https://planit-11ea5.firebaseapp.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jayanthpotluri5513.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-11-22T19:33:47.000Z","updated_at":"2024-11-28T16:14:46.000Z","dependencies_parsed_at":"2025-04-06T18:57:21.741Z","dependency_job_id":null,"html_url":"https://github.com/jayanthpotluri5513/PlanIt-Desktop-App","commit_stats":null,"previous_names":["jayanthpotluri5513/planit-desktop-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jayanthpotluri5513/PlanIt-Desktop-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayanthpotluri5513%2FPlanIt-Desktop-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayanthpotluri5513%2FPlanIt-Desktop-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayanthpotluri5513%2FPlanIt-Desktop-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayanthpotluri5513%2FPlanIt-Desktop-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jayanthpotluri5513","download_url":"https://codeload.github.com/jayanthpotluri5513/PlanIt-Desktop-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayanthpotluri5513%2FPlanIt-Desktop-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31452901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","firebase","firebase-auth","firebase-database","html","javascript","react-router","reactjs"],"created_at":"2024-12-20T06:14:13.126Z","updated_at":"2026-04-05T23:03:27.198Z","avatar_url":"https://github.com/jayanthpotluri5513.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PlanIt - Desktop App 💼\n\nA modern project management application designed to simplify collaboration and task tracking. Built using technologies like ReactJS for the frontend and Firebase for the backend, PlanIt helps teams organize projects, monitor progress, and improve productivity.\n\n## Live Demo\nCheck out the PlanIt Application here:  [**Live Demo of PlanIt**](https://planit-11ea5.firebaseapp.com/)\n\n## 🛠 Features\n- **Task Management**: Create, assign, update, and track tasks effortlessly.\n- **Team Collaboration**: Share updates and communicate with team members in real-time.\n- **Project Timeline**: Visualize project milestones and deadlines with a user-friendly timeline.\n- **User Authentication**: Secure signup and login to protect user data.\n- **Custom Notifications**: Receive alerts for task updates and deadlines.\n\n## 📁 Technologies Used\n- **Frontend**:  \n  - **ReactJS**: For building dynamic user interfaces.  \n  - **HTML/CSS**: For responsive and visually appealing designs.  \n  - **JavaScript**: For interactive and seamless user experiences.  \n- **Backend**:  \n  - **Firebase**: For backend-as-a-service, handling real-time database, hosting, and authentication.  \n- **Styling**:  \n  - **CSS/Styled Components**: To enhance the visual appeal and usability of the application.\n \n## 📦 Dependencies\n\nPlanIt requires the following dependencies to function correctly:\n\n- **ReactJS**: For creating the user interface.  \n- **React Router**: For navigation and routing within the application.  \n- **Firebase**: For backend services like authentication and database management.  \n- **Axios**: For API requests (if applicable).\n\nTo install the dependencies, run the following command:\n\n```bash\nnpm install\n```\n\n## 🚀 Project Setup and Execution\n\nTo get started with **PlanIt**, follow the steps below:\n\n### 1. Clone the Repository  \nClone the project repository to your local machine:\n\n```bash\ngit clone https://github.com/jayanthpotluri5513/PlanIt-Desktop-App.git\n```\n### 2. Navigate to Project Directory\nChange to the project folder:\n\n```bash\ncd PlanIt-Desktop-App\n```\n### 3. Install Dependencies\nInstall the required dependencies:\n\n```bash\nnpm install\n```\n\n### 4. Configure Firebase\nSet up Firebase for backend integration:\n\nGo to the Firebase console and create a new project.\n\nAdd your app to the Firebase project and copy the configuration details.\n\nCreate a `.env` file in the project directory with the following variables:\n\n- `REACT_APP_API_KEY=\u003cyour_firebase_api_key\u003e`\n- `REACT_APP_AUTH_DOMAIN=\u003cyour_firebase_auth_domain\u003e`\n- `REACT_APP_PROJECT_ID=\u003cyour_firebase_project_id\u003e`\n- `REACT_APP_STORAGE_BUCKET=\u003cyour_firebase_storage_bucket\u003e`\n- `REACT_APP_MESSAGING_SENDER_ID=\u003cyour_firebase_messaging_sender_id\u003e`\n- `REACT_APP_APP_ID=\u003cyour_firebase_app_id\u003e`\n\nReplace the placeholders with your Firebase project details.\n\n### 5. Run the Application\nStart the development server:\n\n```bash\nnpm start\n```\nThis will launch the application in your default browser at http://localhost:3000.\n\n# 📚 Step-by-Step Process for PlanIt Application\n\n## 1. Architecture\nThe architecture of PlanIt is designed with modular components to ensure scalability and efficiency:\n- **Frontend**: Built with ReactJS to provide a seamless and responsive user interface.\n- **Backend**: Developed using Firebase for handling backend services such as authentication and database operations.\n- **Database**: Firebase Realtime Database or Firestore is used for data storage, ensuring real-time synchronization of user data.\n- **Routing**: React Router handles navigation for a dynamic, single-page application.\n\n---\n\n## 2. User Registration and Authentication\n\n### Sign-Up\n- Users can register by providing their email address and a secure password.\n- The registration details are validated and stored securely in Firebase Authentication.\n- Firebase ensures the credentials are encrypted and protected.\n\n### Login\n- Users log in by entering their registered email and password.\n- Firebase Authentication verifies the credentials against stored user data.\n- On successful login, the application grants access to user-specific features.\n\n### Persistent Sessions\n- After successful login, session persistence is maintained through Firebase Authentication.\n- Users remain logged in until they explicitly log out or the session token expires.\n\n---\n\n## 3. Project and Event Management\n\n### Creating Projects/Tasks\n- Users can create projects  by entering details such as title, description and due date.\n- The information is stored in the Firebase database under user-specific nodes for easy retrieval.\n\n### Updating Projects/Tasks\n- Users can edit existing projects by updating their details.\n- The changes are instantly reflected in the database and synced across all devices.\n\n### Deleting Projects/Tasks\n- Users can delete projects they no longer need.\n- Deleted entries are removed from the database and UI in real-time.\n\n---\n\n## 4. Real-Time Synchronization\n- Firebase ensures that data added, modified, or deleted on one device is updated across all other logged-in devices in real-time.\n- Users always have access to the most up-to-date version of their data.\n\n---\n\n## 5. Notifications and Reminders\n\n### In-App Notifications\n- Users receive in-app notifications for approaching deadlines or overdue tasks.\n- Notifications are displayed prominently to keep users informed.\n\n### Email Reminders (Optional)\n- Email reminders can be sent for tasks/events with due dates.\n- This feature can be enabled/disabled in the user settings.\n\n---\n\n## 6. User Interface Features\n\n### Dashboard\n- Displays a summary of upcoming projects and notifications.\n- Users can quickly access key information from a single view.\n\n### Task/Event Lists\n- Projects are categorized into sections such as \"All,\" \"Sales,\" \"Developement\" etc.\n- The lists are color-coded and visually organized for better user experience.\n\n### Search and Filters\n- Users can search for specific tasks/events using keywords.\n- Filters allow sorting by due date, priority, or category.\n\n---\n\n## 7. Environment Variables\nTo secure sensitive information, environment variables are used. \n\n### Setting Up `.env`\nCreate a `.env` file in the project directory with the following variables:\n```plaintext\nREACT_APP_API_KEY=\u003cyour_firebase_api_key\u003e\nREACT_APP_AUTH_DOMAIN=\u003cyour_firebase_auth_domain\u003e\nREACT_APP_PROJECT_ID=\u003cyour_firebase_project_id\u003e\nREACT_APP_STORAGE_BUCKET=\u003cyour_firebase_storage_bucket\u003e\nREACT_APP_MESSAGING_SENDER_ID=\u003cyour_firebase_messaging_sender_id\u003e\nREACT_APP_APP_ID=\u003cyour_firebase_app_id\u003e\n```\n\n## Deployed Link\n\n(https://planit-11ea5.firebaseapp.com/)\n\n\n## 📜 License\n[MIT](https://choosealicense.com/licenses/mit/)\n\n## 🤖 About Me\nI'm Srijayanth Potluri, an aspiring software developer and data analyst with a strong interest in full stack development, machine learning, deep learning, and NLP technologies. I am dedicated to leveraging advanced algorithms to drive insights and foster meaningful interactions across digital platforms.\n\n[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/srijayanth-potluri-437519259/)\n[![twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge\u0026logo=twitter\u0026logoColor=white)](https://twitter.com/SrijayanthP)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayanthpotluri5513%2Fplanit-desktop-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayanthpotluri5513%2Fplanit-desktop-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayanthpotluri5513%2Fplanit-desktop-app/lists"}