A modern, responsive Kanban board application built with HTML, TailwindCSS, and JavaScript.
git clone https://github.com/super3/dashban.git && cd dashban
npm install && npm test
Open index.html
in your browser to start using Dashban.
This project includes a GitHub Actions workflow for automatic deployment to GitHub Pages. To enable deployment:
- Go to your repository's Settings tab
- Navigate to Pages in the left sidebar
- Under Source, select "GitHub Actions"
- The workflow will automatically deploy your site when you push to the
main
branch
Your Dashban application will then be available at: https://yourusername.github.io/dashban
To enable GitHub issue creation directly from Dashban:
- Go to Settings > Developer settings > Personal access tokens > Fine-grained tokens
- Click "Generate new token"
- Select your repository as the resource owner
- Under permissions, grant "Issues" with Read and Write access
- Generate the token and copy it