Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehradevesh2022/tickettracker
"Effortlessly manage your tasks with TicketTrackr, a user-friendly web application inspired by ticketing systems like Jira. Create, edit, and prioritize tasks with color-coded tickets. Experience seamless organization and filtering based on task colors. Start simplifying your task management workflow today!
https://github.com/mehradevesh2022/tickettracker
github-actions github-pages-deployment jira-tickets task-manager task-priority task-tracker-app ticketing-system vanila-css vanilla-javascript web-application workflow-dispatch
Last synced: 13 days ago
JSON representation
"Effortlessly manage your tasks with TicketTrackr, a user-friendly web application inspired by ticketing systems like Jira. Create, edit, and prioritize tasks with color-coded tickets. Experience seamless organization and filtering based on task colors. Start simplifying your task management workflow today!
- Host: GitHub
- URL: https://github.com/mehradevesh2022/tickettracker
- Owner: MehraDevesh2022
- Created: 2022-10-28T02:42:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T09:18:06.000Z (over 1 year ago)
- Last Synced: 2024-10-23T04:34:19.676Z (2 months ago)
- Topics: github-actions, github-pages-deployment, jira-tickets, task-manager, task-priority, task-tracker-app, ticketing-system, vanila-css, vanilla-javascript, web-application, workflow-dispatch
- Language: JavaScript
- Homepage: https://mehradevesh2022.github.io/TicketTracker/
- Size: 120 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# TicketTracker
---
TicketTrackr is a task scheduling and ticket management application built using vanilla JavaScript, HTML, and CSS. It provides users with the ability to create, edit, prioritize, and delete tasks represented as colored tickets. Users can easily categorize tasks using different colors and utilize advanced filtering to find tasks based on their color.## Demo
---
### Home Page :
### Create Task :
### Edit Task :## Features
---
- Create tasks with colored tickets.
- Edit existing tasks and update their priority by changing the color of the ticket.
- Delete tasks that are no longer needed.
- Advanced filtering options to find tasks based on their color.## Getting Started
---
To run the TicketTrackr app locally, follow these steps:1. Clone the repository:
```bash
git clone https://github.com/your-username/TicketTrackr.git
cd TicketTrackr```
2. Open the `index.html` file in your browser.
3. Use Live Server to run the app locally.## Contributing
---
Contributions are always welcome! If you have any suggestions, please create a pull request. Feel free to fork this repo.