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.
- 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