Giter Site home page Giter Site logo

wesleycho / github-ui Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 6.52 MB

A simple work sample that allows users to select an organization and browse the most recent commits of a selected repository in that organization

HTML 13.15% JavaScript 85.13% CSS 1.72%

github-ui's Introduction

GitHub sample app

Setup

  • Install node.js
  • Run npm install -g http-server karma-cli
  • Run npm install
  • Run http-server -p 8000
  • Navigate to localhost:8000 in your local up to date Chrome

Tests

  • Run npm run test to run tests

Summary

This is a simple demo app that queries for a specified organization name and displays the repositories, ordered by popularity (stargazer count). When a user clicks a given repository, a list of commits is displayed, allowing one to browse the history simply, ordered by history.

Critiques

Sometimes newer requests obtain a response faster than older ones when querying for all the repositories in an organization - this would be handled better with a reactive http handler so that when newer requests are made, older requests could be aborted and the results would not pollute the handling logic in the promises.

Concatenating scripts into two minified vendor & app scripts also would reduce the number of http requests made while allowing some caching benefits to apply.

The UI only allows querying for the 30 most recent commits for a selected repository in an organization - it would be nice if this was extended to allow it to query for more using GitHub's paginated api.

The auth layer is a little too tied up with the GitHub api querying in this app - ideally it should be separated out.

github-ui's People

Contributors

wesleycho avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.