The Bug Tracker App is a simple application built with React that allows you to track and manage bugs for your projects.
- Add bugs with descriptions, assignees, and priorities.
- View a list of current bugs with their details.
- Close bugs when they are resolved.
- Clone the repository:
git clone git@github.com:scottskinn/bug-traker.git
- Navigate to the project directory:
cd bug-tracker-app
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and go to
http://localhost:3000
to access the Bug Tracker App.
- React
- JS
- Netlify
- HTML
- CSS
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.
This project is licensed under the MIT License.