Skip to content

React Single Page Application demo that uses Github Gist API to show all public gists for an user.

Notifications You must be signed in to change notification settings

eswaraprakash/GIST-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Available Scripts

In the project directory, you can run:

npm start

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.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

About

React Single Page Application demo that uses Github Gist API to show all public gists for an user.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published