Skip to content

ReactRay/bug-report-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐞 Bug Report App

A full-stack bug tracking application built with React, Redux, and Express to help teams log, manage, and resolve bugs efficiently.


📸 Screenshots


🚀 Features

  • 🐛 Report and track bugs
  • 🔄 Update bug status (Open, In Progress, Resolved)
  • 👤 Assign bugs to team members
  • 📂 Filter and sort bug reports
  • 🌐 Full-stack: React + Express + MongoDB
  • 🔄 Real-time UI state updates with Redux
  • 🎨 Clean, responsive UI

🛠 Tech Stack

  • Frontend: React, Redux, TailwindCSS
  • Backend: Node.js, Express, MongoDB
  • State Management: Redux
  • Database: MongoDB (via Mongoose)

⚙️ Setup & Installation

1. Clone the repository

git clone https://github.com/reactray/bug-report-app.git
cd bug-report-app
cd frontend
npm i
cd ../backend
npm i
cd backend
nodemon server.js
Visit: http://localhost:3000

About

express project for teams to report bugs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published