https://github.com/chiragagg5k/bug-squash

A simple and easy to use bug tracking web application

https://github.com/chiragagg5k/bug-squash

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.2%) to scientific vocabulary

Keywords

bug-tracker hacktoberfest issue-tracker mongodb nextjs typescript
Last synced: 5 months ago · JSON representation

Repository

A simple and easy to use bug tracking web application

Basic Info
  • Host: GitHub
  • Owner: ChiragAgg5k
  • License: mit
  • Language: TypeScript
  • Default Branch: master
  • Homepage: https://www.bug-squash.co/
  • Size: 1.77 MB
Statistics
  • Stars: 4
  • Watchers: 1
  • Forks: 2
  • Open Issues: 2
  • Releases: 0
Topics
bug-tracker hacktoberfest issue-tracker mongodb nextjs typescript
Created over 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

| Thumbnail | Logo | | :-------------------------------------: | :----------------------: |

Next JS MongoDB TypeScript TailwindCSS


Bug Squash is a bug tracking application that allows users to list their projects, assign their teammates to projects, and create tickets for bugs that need to be fixed. Users can also comment on tickets and mark them as completed. It has a simple and intuitive user interface that allows users to easily navigate the application and keep track of their projects and tickets.

Table of Contents

Installation and Usage

To simply use the application, you can visit the live demo.

To build the application from source, follow these steps:

  • Clone the repository and change the directory to the project directory.

bash git clone https://github.com/ChiragAgg5k/bug-squash cd bug-squash/

  • Install the dependencies. I recommend using pnpm to install the dependencies, but you can also use npm.

```bash npm install

pnpm install

```

  • Create a .env file in the root directory and add the required environment variables. You can find more information about the required environment variables here.

  • Run the application in development mode.

bash npm run dev

Contributing

To contribute to this project, please fork the repository and submit a pull request. You can checkout the working document for more information on the project's development.

License

This project is licensed under the MIT License. For more information, please refer to the LICENSE file.

Owner

  • Name: Chirag Aggarwal
  • Login: ChiragAgg5k
  • Kind: user
  • Location: Noida , Uttar Pradesh , India
  • Company: Bennett University

CSE Undergrad | Student at Bennett University

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 6
  • Total pull requests: 34
  • Average time to close issues: 6 days
  • Average time to close pull requests: 16 minutes
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 1.67
  • Average comments per pull request: 1.0
  • Merged pull requests: 32
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • ChiragAgg5k (2)
Pull Request Authors
  • ChiragAgg5k (18)
  • princyballabh (2)
Top Labels
Issue Labels
good first issue (2) hacktoberfest (1)
Pull Request Labels
hacktoberfest-accepted (1)

Dependencies

package.json npm
  • @types/bcrypt ^5.0.0 development
  • prisma ^5.0.0 development
  • @auth/mongodb-adapter ^1.0.0
  • @auth/prisma-adapter ^1.0.1
  • @next-auth/prisma-adapter ^1.0.7
  • @prisma/client ^5.0.0
  • @types/node 20.4.2
  • @types/react 18.2.15
  • @types/react-dom 18.2.7
  • autoprefixer 10.4.14
  • bcrypt ^5.1.0
  • bootstrap ^5.3.0
  • eslint 8.45.0
  • eslint-config-next 13.4.10
  • mongodb ^5.7.0
  • next 13.4.10
  • next-auth ^4.22.3
  • postcss 8.4.26
  • prettier 3.0.0
  • prettier-plugin-tailwindcss ^0.4.1
  • react 18.2.0
  • react-bootstrap ^2.8.0
  • react-content-loader ^6.2.1
  • react-dom 18.2.0
  • sharp ^0.32.4
  • tailwindcss 3.3.3
  • typescript 5.1.6
  • zod ^3.21.4
pnpm-lock.yaml npm
  • 484 dependencies
.github/workflows/github-actions-playwright.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
  • actions/upload-artifact v3 composite
package-lock.json npm
  • 451 dependencies