Skip to content

Kanban Bug/Issue Tracking System - track the bugs and also the development of software/apps.

Notifications You must be signed in to change notification settings

amirfakhrullah/Traill-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traill App

demo2

demo

demo1

demo3

Description

Kanban Bug Tracking System - track the bugs and also the development of software/apps. (The code provided here is only the front-end code).

Features

  • Team/Organization friendly app - All bug issues (tickets) are grouped in organization id. A team member can assign a bug issue to other team members.
  • Progress tracker - tracks the progress based on priority and status in dashboard page.
  • Privacy protection - all teams/organizations created in the app are private. To join the team, the admin of the team has to invite the user and the user will receive an invitation link in their email ( which expires in 1 hour).
  • Light/Dark Mode
  • Basic features - login, signup, reset password, CRUD request for users, organizations and tickets, Google Auth 2.0.

Technologies

Front-End

  • React
  • React Hooks
  • Redux
  • Styled-Components
  • React-beautiful-dnd
  • Material UI
  • Formik
  • React-Bootstrap
  • JavaScript
  • JSX
  • CSS
  • HTML

Back-End

  • Google Auth2.0
  • REST APIs
  • Express
  • Node
  • GridFS
  • Nodemailer
  • Google-auth-library
  • JWT
  • MongoDB

Deployment

  • Back-End - Heroku
  • Front-End - Vercel

Ongoing / Future Works

  • Testing