A full-stack bug tracking application built with React, Redux, and Express to help teams log, manage, and resolve bugs efficiently.
- 🐛 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
- Frontend: React, Redux, TailwindCSS
- Backend: Node.js, Express, MongoDB
- State Management: Redux
- Database: MongoDB (via Mongoose)
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


