Details
Use the API provided by GitHub Gist API Document Link, create a basic
website as a single-page app with React.
Use Gist API to create a simple single-page application. A user
should be able to enter a username and get the full list of public Gists for that
user. The following are a list of functional requirements for this assignment:
• Search: When a user enters a username, it should be able to get a full list of
public Gists by that user.
• Filetype: Convert the filetypes of the files in the gist into a tag/badge,
(e.g, if the returned gist has list of files containing python and JavaScript
files, the gist should have the respective tags/badges).
• Fork: Username/Avatar of the last 3 users who forked it with avatar linking to
the fork.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.