ShahbaazX786 / tracker.io

A Issue Tracker using Nextjs 13
https://tracker-io-wheat.vercel.app
2 stars 2 forks source link


Logo

The best way to track your issues, all in one place.

Live Demo . Report Bug . Request Feature

About The Project

Screen Shot

Tracker.io is an open-source, end-to-end, Software-as-a-Service (SaaS) solution for helping users manage their tasks/issues efficiently on their own.

This web application uses the best tech available to provide a clean and efficient user experience.

Built With

Getting Started

To test it out, click on the Live Demo link.

If you want to experience it in detail, I recommend you clone the repository to your PC.

Prerequisites

Your PC will need the following in order to run this project:

Installation

  1. Clone this repository.
git clone https://github.com/ShahbaazX786/Tracker.io.git
  1. Install NPM packages.
npm install
  1. Run the app.
npm run s
  1. To play around with the app locally, head over to localhost:3000 in your browser.

    Or you can just go live here:

Usage

This project was built for fun using the GitHub REST API. It is for educational purposes only.

Tips for Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

Creating a Pull Request

  1. Fork the project.
  2. Create your feature branch: git checkout -b feature/AmazingFeature
  3. Commit your changes: git commit -m 'Add some AmazingFeature'
  4. Push your changes to the branch: git push origin feature/AmazingFeature
  5. Open a pull request.