Awesome
Quasar Scrum
Quasar Scrum - Agile process framework for managing complex tasks
Few Features:
- Dashboard
- Taskboard Grid View
- Taskboard List View
- Homepage with basic details, pricing
Site: https://quasar-scrum.netlify.com/
Support
If this helped you, you can contribute to this project by supporting me:
💜 Support my open-source work on GitHub
Please check out my sponsor page.
(GitHub currently doubles your support! So if you support me with $5/mo, I will get $10 instead! 😉)
Thank you very much!!
Resources used
Installation
- Clone the repository
git clone https://github.com/mayank091193/quasar-scrum.git
Install the dependencies
cd quasar-scrum
npm install
To run the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev
Build the application
quasar build
Do reach out to me at "mayank091193@gmail.com" for queries.
Screens UI
Dashboard Home
<p float="left"> <kbd> <img src="assets/DashboardHome.png" border="1" alt="Dashboard Home" title="Dashboard Home" /> </kbd> </p>Grid View
<p float="left"> <kbd> <img src="assets/GridView.gif" border="1" alt="Grid View" title="Grid View" /> </kbd> </p>List View
<p float="left"> <kbd> <img src="assets/ListView.gif" border="1" alt="List View" title="List View" /> </kbd> </p>Homepage
<p float="left"> <kbd> <img src="assets/Homepage.png" border="1" alt="Homepage" title="Homepage" /> </kbd> </p>Customize the configuration
See Configuring quasar.conf.js.