Development Hub is a flexible, front-end task management tool for organizing project workflows. Users can create custom boards and manage tasks using Scrum or Kanban methodologies.
- Create boards with multiple columns and cards
- Switch between Scrum and Kanban views
- Session-based persistence using browser cache (data cleared on reload)
- Intuitive interface for visualizing project progress
- Quick setup without a backend
- Notion case (base): Development Hub | Notion
- Project showcase on Behance: Development Hub | Behance
- Live demo: Access Here
- React 19
- React Router Dom 7
- React Icons
- React Toastify
- React Transition Group
- JavaScript (ES6+)
- CSS3
- GitHub Pages (deployment)
- Vite (build tool)
The project is deployed via GitHub Pages. To deploy manually:
# Build the project
npm run build
# Copy index.html to 404.html for GitHub Pages
cp dist/index.html dist/404.html
# Deploy using gh-pages
npm run deploy