Skip to content

Tracka is a web application designed to managing and tracking bugs and issues within your projects.

License

Notifications You must be signed in to change notification settings

ekady/del-tracka-fe

Repository files navigation

Tracka - Bug Tracking Application

Tracka Logo

Tracka is a web application designed to streamline your software development process by efficiently managing and tracking bugs and issues within your projects.

Category Set

Tracka offers a comprehensive suite of features to empower a smooth bug tracking workflow:

Category Description
Dashboard Provides a high-level view of all projects, user-assigned tasks, and overall user activity within the system.
Project Management Manage and organize your projects, including sprints and detailed lists of associated issues and tasks.
Issue/Task Tracking Create, assign, and track issues and tasks within specific projects, ensuring clear accountability and streamlined workflows.
My Issues View a dedicated section showcasing all issues and tasks currently assigned to you, facilitating focused bug resolution.
Log Activities Track and search for project activities within a designated time range, enabling comprehensive project audit trails.

Getting Started

Prerequisites

1. Clone the Repository:

git clone https://github.com/ekady/del-tracka-fe.git

2. Install Dependencies:

cd del-tracka-fe
pnpm install

3. Run Development Server:

pnpm dev

This command will initiate the development server, allowing you to access Tracka in your web browser, typically at http://localhost:3000/.

4. Build for Production:

  • Install build dependencies:
pnpm install
  • Build the application:
pnpm build
  • Start the production server:
pnpm start

Contributing

We highly encourage contributions from the community! If you're passionate about fixing bugs or enhancing existing features, here's how you can get involved:

  1. Fork the Repository: Create your personal copy of the Tracka repository on GitHub.
  2. Create a Branch: Switch to a new dedicated branch for your changes (e.g., git checkout -b improve-feature).
  3. Implement Changes: Edit the relevant files to incorporate your contribution.
  4. Add and Commit: Stage your changes using git add and commit them with a clear and concise message (git commit -am 'Improve feature').
  5. Push to Branch: Push your committed changes to your forked branch (git push origin improve-feature).
  6. Pull Request: Create a Pull Request from your branch to the main branch of the main Tracka repository. This allows us to review your contributions before merging them into the official codebase.

Merging to Production:

Following a successful review and approval of your Pull Request on the main branch, you can create a separate Pull Request from a new branch (e.g., improve-feature) to the next branch to deploy the changes to the production application.

License

This project is distributed under the MIT License.

About

Tracka is a web application designed to managing and tracking bugs and issues within your projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages