A simple bug tracker DApp that allows users to add, list, update, and delete bugs. The backend is implemented using a smart contract deployed on Ganache and the front-end is implemented using vanilla JavaScript.
- Add a bug
- List all bugs
- Update status of a bug
- Update the criticality of a bug
- Delete a bug