We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the project page(https://openhackday-2023.vercel.app/projects) Display below data in a table and users should be able to view those GitHub issues in a new browser tab
API Route
{{URL}}/api/v1/issues/hacktoberfestissues
Sample Backend response
[ { "createdAt": "2023-10-17T15:42:31Z", "title": "Instead of listing organizations names list repository or issues wise in given organizations", "url": "https://github.com/gcsrilanka/openhackday-2023/issues/9", "repository": { "name": "openhackday-2023" } }, { "createdAt": "2023-10-09T14:33:14Z", "title": "Implementing User Authentication", "url": "https://github.com/sef-global/scholarx-frontend/issues/55", "repository": { "name": "scholarx-frontend" } }, { "createdAt": "2023-10-02T11:35:36Z", "title": "Migrate from ant design to tailwind css", "url": "https://github.com/sef-global/scholarx-frontend/issues/50", "repository": { "name": "scholarx-frontend" } } ]
The text was updated successfully, but these errors were encountered:
@chamodshehanka can u please elaborate the issue?
Sorry, something went wrong.
I've updated the issue description, please have a look
No branches or pull requests
In the project page(https://openhackday-2023.vercel.app/projects) Display below data in a table and users should be able to view those GitHub issues in a new browser tab
API Route
Sample Backend response
The text was updated successfully, but these errors were encountered: