quantum-cluster / bugtrail-v3

A bug tracking system built using React for frontend and Firebase for the backend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bugtrail - A Bug Tracking System (2021) - No longer Managed

A bug tracking system built using React for the front end and Firebase for the backend

Project Screenshots:-

Resister and Login Page

User Dashboard

New Project Form

Projects List Page

Projects Details Page

Defect Form

Tickets Page

Ticket Details Page

Usage Instructions:-

Create an app on firebase by clicking here now after you receive your project's configuration, replace it with the one present in this project. You'll find it at src/firebase/firebase.utils.ts Once done, you'll just need to run a few commands.

run the following commands:-

yarn (this will create your node_modules folder and install all the project related dependencies)

yarn start (this will run the development server on your local machine on port 3000. You can visit it here localhost:3000)

You can also find a hosted version of this project here

About

A bug tracking system built using React for frontend and Firebase for the backend.

License:MIT License


Languages

Language:TypeScript 99.1%Language:HTML 0.7%Language:SCSS 0.1%