Skip to content

Bug tracking SPA built with TypeScript, NextJS and Redux. Styled with MUI v5, and tested with React Testing Library.

Notifications You must be signed in to change notification settings

rapscallion45/bugtrakr

Repository files navigation

BUGTRAKR - Front end bug tracking SPA

BugTrakr is a simple bug/issue tracking SPA built with TypeScript, NextJS and Redux. It has been styled with MUI v5 and is tested with React Testing Library.

This application allows users to add their projects and track bugs/issues within those projects, allowing project and bug creation, updates and deletion. Bugs can have different priority levels and can be opened, reopened and closed. Different users can also be assigned and removed to each project, thus giving a level of privacy to the system.

Project Status

This project is currently in development.

Installation and Setup

Example: Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

    npm install

To Run Test Suite:

    npm test

To run a build:

    npm build

To Start Server (ensure there is a build ready to be run):

    npm start

To Start Dev Server:

    npm run dev

To Visit App:

    localhost:3000/

About

Bug tracking SPA built with TypeScript, NextJS and Redux. Styled with MUI v5, and tested with React Testing Library.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages