https://github.com/simongideon/issue-tracker
https://github.com/simongideon/issue-tracker
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simongideon/issue-tracker
- Owner: SimonGideon
- Created: 2025-05-28T09:13:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-28T20:03:20.000Z (about 1 year ago)
- Last Synced: 2025-05-28T20:47:29.494Z (about 1 year ago)
- Language: Ruby
- Size: 60.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Issue Tracker
Ruby on Rails application for tracking project issues with visual reporting.
## Screenshots



## Deployed Version 🌐
[Click Me ](https://issue-tracker-6jbo.onrender.com/projects)
## Features
- **Projects**: Create, edit, and delete projects
- **Issues**: CRUD operations with status (New/In Progress/Closed) and priority (1-5)
- **Charts**: Issues by status (pie chart) and by project (column chart)
## Tech Stack
- Ruby 3.2.2
- Rails 7.0.8.7
- PostgreSQL
- Chartkick + Chart.js
## Quick Start
```bash
git clone https://github.com/yourusername/issue-tracker.git
cd issue-tracker
bundle install
rails db:create db:migrate db:seed
rails server
```
Visit `http://localhost:3000`