-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
1 lines (1 loc) · 1.5 KB
/
index.html
1
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="manifest" href="/git_search/manifest.json"/><script src="src/RepoSearch.js"></script><title>Issue Search</title><script defer="defer" src="/git_search/static/js/main.8e7266ef.js"></script><link href="/git_search/static/css/main.d1a428a2.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><div class="main"><div class="flex-container"><h1>Open Source Issue Search</h1><form id="searchForm" class="form-inline mx-auto"><div class="instructions">Enter a GitHub username. This will trigger an API call to see if they have repositories with open issues. If they have open issues, a card with repo description and links will appear.<br>Note: If after several successful attempts, you get a user not found message, you may have exceeded the Api Rate limit. Please wait awhile and try again.</div><input id="userInput" class="form-control mb-5" name="username" placeholder="Enter GitHub Username"> <input id="searchBtn" type="submit" value="Submit"></form><ul id="notFound" class="list-group mx-auto mb-5" style="width:500px"></ul><ul id="totalOpenCount" class="list-group mx-auto mb-5" style="width:500px"></ul><ul id="searchUsers" class="list-group mx-auto mb-5" style="width:500px"></ul></div></div></body></html>