{"id":31939309,"url":"https://github.com/abdulahad968/mini-kanban","last_synced_at":"2025-10-14T08:25:30.968Z","repository":{"id":313455138,"uuid":"1051498504","full_name":"AbdulAHAD968/Mini-Kanban","owner":"AbdulAHAD968","description":"Mini-Kanban is a lightweight, visually appealing Kanban board application inspired by Trello, designed for efficient project management. Built with a modern tech stack, it features a responsive React frontend with Material-UI components and a Node.js/Express backend, deployed serverlessly on Vercel.","archived":false,"fork":false,"pushed_at":"2025-09-06T06:10:58.000Z","size":847,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-06T07:22:14.378Z","etag":null,"topics":["chartjs","kanban-board","kanban-board-application","material-ui","mini-kanban","react","vercel-deployment","vercel-serverless","vercel-serverless-api"],"latest_commit_sha":null,"homepage":"https://kanban-murex-nine.vercel.app/login","language":"JavaScript","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/AbdulAHAD968.png","metadata":{"files":{"readme":"README.markdown","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-06T05:45:37.000Z","updated_at":"2025-09-06T06:17:11.000Z","dependencies_parsed_at":"2025-09-06T07:22:17.204Z","dependency_job_id":"85e97ca7-d015-4428-aad5-99013c026be3","html_url":"https://github.com/AbdulAHAD968/Mini-Kanban","commit_stats":null,"previous_names":["abdulahad968/mini-kanban"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/AbdulAHAD968/Mini-Kanban","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdulAHAD968%2FMini-Kanban","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdulAHAD968%2FMini-Kanban/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdulAHAD968%2FMini-Kanban/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdulAHAD968%2FMini-Kanban/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbdulAHAD968","download_url":"https://codeload.github.com/AbdulAHAD968/Mini-Kanban/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdulAHAD968%2FMini-Kanban/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018312,"owners_count":26086342,"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-10-14T02:00:06.444Z","response_time":60,"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":["chartjs","kanban-board","kanban-board-application","material-ui","mini-kanban","react","vercel-deployment","vercel-serverless","vercel-serverless-api"],"created_at":"2025-10-14T08:25:26.504Z","updated_at":"2025-10-14T08:25:30.952Z","avatar_url":"https://github.com/AbdulAHAD968.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mini-Kanban\n\nMini-Kanban is a lightweight, visually appealing Kanban board application inspired by Trello, designed for efficient project management. Built with a modern tech stack, it features a responsive React frontend with Material-UI components and a Node.js/Express backend, deployed serverlessly on Vercel. The application showcases a peach and tea-inspired theme with glowing circles and interactive charts, delivering a better user experience.\n\n[Repository Link](https://github.com/AbdulAHAD968/Mini-Kanban)\n\n![Login Page](./github-readme-images/login-page.png)\n\n---\n\n## Features\n\n- **User Authentication**: Secure login with username/password and a \"Forgot Password\" modal directing users to contact the admin (`zarin.helpdesk@gmail.com`).\n- **Board Management**: Create, edit, and delete Kanban boards with titles and descriptions.\n- **Visualizations**: Doughnut charts powered by Chart.js, displaying task statuses (To Do, In Progress, Done) with a peach/tea color palette.\n- **Dynamic UI**: Glowing circles background animation on the login page for an engaging experience.\n- **Responsive Design**: Optimized for desktop and mobile devices using Material-UI’s responsive grid and components.\n- **Serverless Architecture**: Backend deployed as Vercel serverless functions for scalability and ease of maintenance.\n- **Toast Notifications**: Real-time feedback for user actions using `react-toastify`.\n\n---\n\n## Tech Stack\n\n- **Frontend**:\n  - React (`create-react-app`)\n  - Material-UI (`@mui/material`) for UI components\n  - Chart.js for task visualizations\n  - React Router (`react-router-dom`) for navigation\n  - React Toastify for notifications\n- **Backend**:\n  - Node.js with Express.js\n  - CORS for cross-origin requests\n  - (Optional) MongoDB Atlas or Vercel Postgres for data storage\n- **Deployment**: Vercel for serverless functions (backend) and static hosting (frontend)\n- **Testing**: Jest and React Testing Library for unit, integration, and system tests\n\n---\n\n## Project Structure\n\n```plaintext\nMini-Kanban/\n├── backend/                # Node.js/Express backend\n│   ├── api/\n│   │   └── index.js       # Serverless function entry point\n│   ├── routes/            # API routes (e.g., boards.js)\n│   ├── package.json       # Backend dependencies\n│   └── vercel.json        # Vercel configuration for backend\n├── frontend/               # React frontend\n│   ├── src/\n│   │   ├── components/\n│   │   │   ├── Dashboard.jsx  # Dashboard with board management and charts\n│   │   │   └── Login.jsx      # Login page with glowing circles and forgot password modal\n│   │   ├── contexts/\n│   │   │   └── AuthContext.js # Authentication context\n│   │   └── dashboard.css      # Custom styles\n│   ├── package.json           # Frontend dependencies\n│   └── .env                   # Environment variables (e.g., REACT_APP_API_URL)\n└── README.md                  # Project documentation\n```\n\n---\n\n## Setup Instructions\n\n### Prerequisites\n- Node.js (v20.x or higher)\n- Git\n- Vercel CLI (`npm install -g vercel`)\n- (Optional) MongoDB Atlas or Vercel Postgres account for database\n\n### Installation\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/AbdulAHAD968/Mini-Kanban.git\n   cd Mini-Kanban\n   ```\n\n2. **Setup Frontend**:\n   ```bash\n   cd frontend\n   npm install\n   ```\n   Create a `.env` file in `frontend/`:\n   ```env\n   REACT_APP_API_URL=https://your-backend-domain.vercel.app\n   ```\n   Build and test locally:\n   ```bash\n   npm run build\n   npm start\n   ```\n\n3. **Setup Backend**:\n   ```bash\n   cd ../backend\n   npm install\n   ```\n   Create a `.env` file in `backend/`:\n   ```env\n   DATABASE_URL=your-database-connection-string\n   ```\n   Test locally:\n   ```bash\n   npm start\n   ```\n\n4. **Run Locally**:\n   - Start the backend (e.g., `http://localhost:5000`).\n   - Start the frontend (e.g., `http://localhost:3000`).\n   - Access the app at `http://localhost:3000`.\n\n---\n\n## Deployment on Vercel\n\n### Frontend\n1. Navigate to `frontend/`:\n   ```bash\n   cd frontend\n   ```\n2. Deploy:\n   ```bash\n   vercel\n   ```\n   - Select `Create React App` as the framework.\n   - Set `REACT_APP_API_URL` to the backend’s Vercel URL.\n3. Redeploy with production flag:\n   ```bash\n   vercel --prod\n   ```\n\n### Backend\n1. Navigate to `backend/`:\n   ```bash\n   cd ../backend\n   ```\n2. Ensure `vercel.json` is configured (see [Project Structure](#project-structure)).\n3. Deploy:\n   ```bash\n   vercel\n   ```\n   - Add environment variables (e.g., `DATABASE_URL`).\n4. Redeploy with production flag:\n   ```bash\n   vercel --prod\n   ```\n\n### Connect Frontend and Backend\n- Update `REACT_APP_API_URL` in the frontend’s Vercel project settings to the backend’s URL (e.g., `https://mini-kanban-backend.vercel.app`).\n- Ensure CORS is configured in `backend/api/index.js`:\n  ```javascript\n  app.use(cors({ origin: \"https://mini-kanban-frontend.vercel.app\" }));\n  ```\n\n---\n\n## Testing\n\nThe project includes comprehensive testing to ensure reliability and functionality across unit, integration, and system levels.\n\n| **Test Type**     | **Description**                                                                 | **Tools Used**                     | **Coverage**                     |\n|--------------------|--------------------------------------------------------------------------------|------------------------------------|-----------------------------------|\n| **Unit Testing**   | Tests individual components (e.g., `Login.jsx`, `Dashboard.jsx`) and utility functions for isolated behavior. | Jest, React Testing Library        | Components, hooks, and utilities  |\n| **Integration Testing** | Verifies interactions between components and API calls (e.g., board creation, login flow). | Jest, React Testing Library, Mock Service Worker | Frontend-backend integration     |\n| **System Testing** | Validates end-to-end functionality, including user flows (login, board management, chart rendering). | Cypress (or manual testing)       | Full application workflows       |\n\n### Running Tests\n1. **Frontend Tests**:\n   ```bash\n   cd frontend\n   npm test\n   ```\n2. **Backend Tests**:\n   ```bash\n   cd backend\n   npm test\n   ```\n   Note: Ensure test scripts are defined in `package.json` for both directories.\n\n---\n\n## Features Showcase\n\n- **Login Page**: Features a glowing circles animation with a peach/tea theme, a \"Forgot Password\" modal, and toast notifications for user feedback.\n- **Dashboard**: Displays boards as cards with uniform widths, interactive doughnut charts, and modals for creating/editing boards, styled in soft coral, muted tea green, and creamy peach.\n- **Responsive Design**: Adapts seamlessly to mobile and desktop devices with Material-UI’s grid system.\n\n![Dashboard View-1](./github-readme-images/dashboard-1.png)\n\n---\n\n![Dashboard View-2](./github-readme-images/dashboard-2.png)\n\n---\n\n![Detailed Board View](./github-readme-images/boardview.png)\n\n---\n\n## Contributing\n\nContributions are welcome! Please follow these steps:\n1. Fork the repository.\n2. Create a feature branch (`git checkout -b feature/your-feature`).\n3. Commit changes (`git commit -m \"Add your feature\"`).\n4. Push to the branch (`git push origin feature/your-feature`).\n5. Open a pull request.\n\n\n---\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n\n## Contact\n\nFor support or inquiries, contact the admin at [ahad06074@gmail.com](mailto:ahad06074k@gmail.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdulahad968%2Fmini-kanban","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdulahad968%2Fmini-kanban","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdulahad968%2Fmini-kanban/lists"}