An open API service indexing awesome lists of open source software.

https://github.com/publishername/js-bug-tracker

Bug Tracker using React + Vite + LocalStorage
https://github.com/publishername/js-bug-tracker

localstorage react vite

Last synced: 3 months ago
JSON representation

Bug Tracker using React + Vite + LocalStorage

Awesome Lists containing this project

README

          

# Bug Tracker

## Description

The Bug Tracker Dashboard is a web application developed using Vite and React, designed to streamline bug tracking and management. Users can efficiently monitor and prioritize bugs through an intuitive interface. The application utilizes local storage to persistently store bug data, allowing users to seamlessly track the status, priority, and comments associated with each bug.

## Installation

To install the project, follow these steps:

1. Clone the repository: `https://github.com/PublisherName/js-bug-tracker.git`
2. Navigate into the directory: `cd js-bug-tracker`
3. Install dependencies: `npm install`

## Key Features:

### Bug Tracking:
Manage bugs with ease, including status updates and priority assignments.

### Commenting System:
Foster collaboration among team members by allowing them to comment on bugs.

### Dashboard Overview:
Get a quick snapshot of bug statistics through a comprehensive dashboard featuring a table, badge, and pie chart.

### Responsive Design:
Ensure a seamless user experience across various devices.

## Tech Stack:

- Vite
- React
- Local Storage

## Usage

To run the project locally, use the command: `npm run dev`

To build the project, use the command: `npm run build`

To deploy the project to GitHub Pages, use the command: `npm run deploy`

## Contributing

Contributions are welcome. Please open an issue or submit a pull request.

## License

This project is licensed under the [MIT License](LICENSE).