diff --git a/README.md b/README.md index ee5560d..9c6b8c6 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,40 @@ # JIRA-ticket-management -Feb 2023 - Feb 2023 +_**(Feb 2023 - Feb 2023)**_ -Hosted link: https://anirudhapatil-1.github.io/JIRA-ticket-management/ +Hosted Link: [JIRA Ticket Management](https://anirudhapatil-1.github.io/JIRA-ticket-management/) -GitHub Link: http://lnkiy.in/JIRA_ticket_management +GitHub Link: [JIRA Ticket Management](http://lnkiy.in/JIRA_ticket_management) -Tech Stack: HTML, CSS and JavaScript +Tech Stack: **JavaScript**, **HTML** and **CSS** + +## Project Details + +The Jira Ticket Management Clone is a web-based application built using HTML, CSS, and JavaScript. +The project allows users to create tickets with unique IDs and easily manage them. It includes the following features: + +1. **Ticket Creation and Management**: Users can add tickets with unique IDs and easily manage them. + +2. **Priority Color Setting**: Users can set priority colors for the tickets, making it easy to visually identify the importance of each ticket. + +3. **Lock-Unlock Content Editing**: Tickets have a lock-unlock feature that allows users to make the content editable or lock it for reference. + +4. **Color Editing**: Users can edit and change the colors of tickets whenever they want. The changes are immediately reflected in the interface. + +5. **Filtering Tickets**: Users can filter tickets based on their priority colors, enabling quick access to specific types of tickets. + +6. **Ticket Deletion**: Users can delete any ticket whenever they want, providing flexibility in managing their ticket list. + +7. **Browser Local Storage**: Users' tickets are saved in the browser's local storage, ensuring data persistence between sessions. + +With a user-friendly interface, the Jira Ticket Management Clone project is a valuable tool for any team looking to streamline their ticket +management process. + + +## Contributing + +Contributions are welcome! If you have any ideas, suggestions, or improvements, feel free to open an issue or submit a pull request. -Project Details: -The Jira Ticket Management Clone is a web-based application built using HTML, CSS, and JavaScript. The project allows users to create tickets with unique IDs and manage them easily. It includes features like priority color setting, lock-unlock options for content editing, color editing, filtering tickets based on priority colors, ticket deletion, and browser local storage for ticket saving. -Features: -1. Users can add tickets with a unique id and easily manage them. -2. Users can set priority colors for the tickets. -3. Tickets have a lock-unlock feature to make the content editable. -4. Users can edit and change the colors of tickets whenever they want and - changes are stored immediately. -5. Users can filter these tickets based on their priority colors. -6. Users can delete any ticket whenever they want. -7. Users tickets are saved in the browser's local storage. -With a user-friendly interface, the Jira Ticket Management Clone project is a valuable tool for any team looking to streamline their ticket management process. The project's code is available on GitHub for anyone who wants to explore or contribute to the project.