Live site: Bug Tracker app
Github: ilshaad/bug-tracker-ik
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...
- React
- Typescript / Javascript
- Node.js / Express
- PostgreSql
- Redux
- Webpack
- Auth0
- Sass / Bootstrap
- Docker
- Github Actions (CI/CD)
- Heroku
- PWA (Workbox)
- etc...
- 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
.
- Redux.
- 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