Skip to content

ilshaad/bug-tracker-ik

Repository files navigation

Bug Tracker app

Frontend & Backend build (PERN stack)
Author: ilshaad Kheerdali
Live site: Bug Tracker app

What is the app about?

It is a Bug Tracker app (aka. Issue Tracker). Intended for developers as a social board for discovering bugs that may be plaguing applications. Developers can:

  • Report new bugs they may have found.
  • Assign themselves (or assign another developer) to fix the bug.
  • Ask for help.
  • Commenting.
  • and more...

Main technologies I used in the app:

  • React
  • Typescript / Javascript
  • Node.js / Express
  • PostgreSql
  • Redux
  • Webpack
  • Auth0
  • Sass / Bootstrap
  • Docker
  • Github Actions (CI/CD)
  • Heroku
  • PWA (Workbox)
  • etc...

Some key points about the app:

  • Frontend folder:
    • Redux.
      • You can use Redux devtool extension on the browser to view all the state data.
    • Webpack template set up.
    • Mobile first approach, design ranging 320px-1600px.
  • Backend folder:
    • Node.js & Express.
    • Heroku PostreSql as database.
    • MVC structure.
  • Auth0 setup for user authentication.
  • Client Side Render app.
  • App stored within Docker containers.
  • Github Actions CI/CD pipeline setup, automates to Heroku as live site when git push to master branch.
  • CRUD operation
  • REST API

Feel free to contact me if you want to know more about me or the app. Thanks