/gist-app

This repo displays gists from the single users.

Primary LanguageJavaScript

Gist App Explorer

This repo is used to explore the public gist of a user.

This repo uses GitHub Gist API.

Following functionality are covered by this project

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

Steps to run the app

  • Clone the repo to your local
  • Step into the cloned directory
  • Open cmd / Git bash in the cloned directory
  • npm install to install the deps.
  • npm start to launch the project.