A React application used to track bugs throughout the software development life cycle.
Allows users to Create, Read, Update, and Delete issues to keep track of current and previous bugs.
https://react-bug-tracker.netlify.app/
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
To Start Server:
npm start
To Visit App:
localhost:3000
- This app uses React, JavaScript, Spring Boot, MySQL, HTML, and CSS.
- I Deployed React to Netlify and Spring Boot backend to heroku.