Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 919 Bytes

File metadata and controls

44 lines (27 loc) · 919 Bytes

GitHub Issue Tracker 🗃️

Overview


This is full stack web application to track the GitHub issues for given owner the repository. Displays all closed and open issues in the repo.
Screenshot 2024-09-05 110733

Technologies Used

  • Ballerina
  • React.js:

Setup Instructions

  1. Clone the repository [git clone https://github.com/Shehan-lakshitha/github-issues

  2. Navigate to backend folder:

    cd backend
    
  3. Create Config.toml file and add the Github acess token

  4. Navigate to frontend folder and install dependencies.

    cd frontend
    npm install
    
  5. Run the application:

  6. Visit http://localhost:5173 to access the web application.


Feedbacks & Contributions

All feedbacks and contributions are warmly welcome