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](https://private-user-images.githubusercontent.com/90453471/364723752-b50c1074-81b6-439f-a10e-ff9f67fcf8e7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTkzNTAsIm5iZiI6MTczOTE5OTA1MCwicGF0aCI6Ii85MDQ1MzQ3MS8zNjQ3MjM3NTItYjUwYzEwNzQtODFiNi00MzlmLWExMGUtZmY5ZjY3ZmNmOGU3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDE0NTA1MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIxOGFlODlmZDI0NGM4NjQ1NTZhNDczNTE1ZWZkZTUyNzQ2NmZmZjFmNjY4MWUwNDhiMzEyYWMxMGY0YTU1MTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.XU7d8m5ATcGCIj6uZW45Np4mGaN8yipk5wHrApj0ZnA)
- Ballerina
- React.js:
-
Clone the repository
[git clone https://github.com/Shehan-lakshitha/github-issues
-
Navigate to backend folder:
cd backend
-
Create
Config.toml
file and add the Github acess token -
Navigate to frontend folder and install dependencies.
cd frontend npm install
-
Run the application:
-
Visit
http://localhost:5173
to access the web application.
All feedbacks and contributions are warmly welcome