{"id":22349053,"url":"https://github.com/afsify/boxlist-scheduler","last_synced_at":"2026-02-16T03:32:36.000Z","repository":{"id":219966056,"uuid":"750408071","full_name":"afsify/boxlist-scheduler","owner":"afsify","description":"A simple and intuitive Todo application built with React. Manage your tasks effortlessly, add new ones, mark them as complete, and keep track of your productivity.","archived":false,"fork":false,"pushed_at":"2025-01-05T14:14:26.000Z","size":324,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T02:51:14.823Z","etag":null,"topics":["mern-stack","task-scheduler","to-do-list"],"latest_commit_sha":null,"homepage":"https://boxlist.vercel.app","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/afsify.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-01-30T15:36:59.000Z","updated_at":"2025-01-05T14:14:29.000Z","dependencies_parsed_at":"2024-08-27T18:24:30.293Z","dependency_job_id":null,"html_url":"https://github.com/afsify/boxlist-scheduler","commit_stats":null,"previous_names":["mhdafs/todo-react","mhdafs/boxlist-scheduler","afsify/boxlist-scheduler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/afsify/boxlist-scheduler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsify%2Fboxlist-scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsify%2Fboxlist-scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsify%2Fboxlist-scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsify%2Fboxlist-scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afsify","download_url":"https://codeload.github.com/afsify/boxlist-scheduler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afsify%2Fboxlist-scheduler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267822071,"owners_count":24149561,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["mern-stack","task-scheduler","to-do-list"],"created_at":"2024-12-04T11:07:12.983Z","updated_at":"2026-02-16T03:32:30.981Z","avatar_url":"https://github.com/afsify.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boxlist Task Scheduler\n\nWelcome to the Boxlist Task Scheduler, your go-to solution for efficient task management! This intuitive to-do list application empowers users to seamlessly organize their daily activities with a user-friendly interface. Whether you're a meticulous planner or a spontaneous taskmaster, the Boxlist Task Scheduler has you covered.\n\n## Features\n\n- **User Authentication:** Securely log in and manage your tasks with confidence using our robust user authentication system.\n- **Dynamic Task Creation:** Easily add tasks with or without specific time constraints, tailoring your schedule to your unique preferences.\n- **Database Storage:** Save your task lists effortlessly to our MongoDB database, ensuring your important plans are accessible and secure.\n- **Date and Name Tagging:** Categorize your tasks by specifying a date and giving each list a meaningful name for quick and convenient retrieval.\n- **Effortless Editing:** Update, modify, or enhance your tasks at any stage, granting you the flexibility to adapt to changing priorities.\n- **Intuitive User Interface:** Navigate through tasks seamlessly, with a user interface designed for maximum simplicity and convenience.\n- **Edit, Add, Delete, Read:** Perform essential operations with ease, enabling you to manage your tasks effortlessly at any given moment.\n\n## Tools and Technologies\n\n### Client-Side Libraries\n\n- **React.js:** A JavaScript library for building user interfaces.\n- **Redux.js:** A predictable state container for JavaScript apps.\n- **TailwindCSS:** A utility-first CSS framework for rapidly building custom designs.\n- **Ant Design:** A design system for enterprise-level products.\n\n**HTTP Client:**\n\n- **Axios:** A promise-based HTTP client for making requests to APIs. Axios is used to interact with the server-side API.\n\n### Server-Side Technologies\n\n- **Node.js:** A JavaScript runtime built on Chrome's V8 JavaScript engine.\n- **Express.js:** A minimal and flexible Node.js web application framework.\n- **MongoDB (Mongoose):** A NoSQL database used to store and retrieve data.\n- **JWT Token:** JSON Web Token for user authentication.\n\n## Access the live project\n\nThe live project can be accessed at [https://boxlist.vercel.app](https://boxlist.vercel.app)\n\n## Getting Started\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/mhdafs/boxlist-scheduler.git\n   ```\n\n2. **Set up environment variables:**\n\n    Create a `.env` file in the root directory or rename the current `.env.sample` file and configure necessary variables for client and server sides.\n\n    **Client ENV**\n\n   ```bash\n   VITE_GOOGLE_ID = google-auth-id\n   VITE_USER_URL = user-backend-url\n   ```\n\n    **Server ENV**\n\n   ```bash\n   MONGO_URL =  mongo-atlas-url\n   JWT_SECRET = jwt-secret-code\n   GMAIL_USER = smtp-gmail-email\n   GMAIL_PASS = smtp-gmail-password\n   ```\n\n3. **Navigate to the client directory:**\n\n    Open a terminal in Visual Studio Code and split it into two terminals. In the first terminal, navigate to the client directory:\n\n    ```bash\n    cd client\n    ```\n\n4. **Install client side dependencies:**\n\n    ```bash\n    npm install\n    ```\n\n5. **Start the client-side application:**\n\n    ```bash\n    npm start\n    ```\n\n6. **Start the client-side application:**\n\n    ```bash\n    npm start\n    ```\n\n    The client-side application will be running on [http://localhost:3000](http://localhost:3000)\n\n7. **Navigate to the server directory:**\n\n    In the second terminal, navigate to the server directory:\n\n    ```bash\n    cd server\n    ```\n\n8. **Install server side dependencies:**\n\n    ```bash\n    npm install\n    ```\n\n9. **Start the server:**\n\n    ```bash\n    npm start\n    ```\n\n    The server will be running on [http://localhost:5000](http://localhost:5000)\n\n## API Documentation\n\nDetailed API documentation can be found in the [Boxlist_API_Documentation.docx](https://docs.google.com/document/d/1nzRpx4PR1GwI0gRXVfB1jVrEdJIdeiIcbiveIp85Adk/edit?usp=sharing)\n\n## Database Design\n\nThe database design can be viewed in [Boxlist_DB_Design.pdf](https://drive.google.com/file/d/174SKFT73G0HnlmhA0bX2Z9ao6AWAmOQV/view?usp=sharing)\n\n## Figma Prototype Design\n\nThe Figma prototype design can be viewed [Boxlist_UI](https://www.figma.com/file/ILMxaQQtPixsABdngyfzNz/Boxlist_UI?type=design\u0026node-id=0%3A1\u0026mode=design\u0026t=lz72ENLrzeATpjbq-1)\n\n## Module List\n\nThe list of modules can be found in the [Boxlist_Modules.docx](https://docs.google.com/document/d/11DLIOvIYOaqL1Zl9RlKR1q0X3qDpsAmhBFzd20VDYr8/edit?usp=sharing)\n\n## Contributing\n\nContributions are welcome! Feel free to open issues and pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafsify%2Fboxlist-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafsify%2Fboxlist-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafsify%2Fboxlist-scheduler/lists"}