Giter VIP home page Giter VIP logo

andreiatrianon / github-portfolio-app Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 19.24 MB

Project of a GitHub portfolio app, with goal of creating an app that connects to the GitHub API, and listing all the public repositories and the last commits of an user.

Home Page: https://github-portfolio-app.herokuapp.com

HTML 19.44% CSS 5.38% JavaScript 75.19%
reactjs tdd api npm bootstrap heroku

github-portfolio-app's Introduction

GitHub Portfolio App

Project of a GitHub portfolio app. The goal of this project is to create an app that connects to the GitHub API, and lists all the public repositories and the last commits of an user.

Demo

version 1.0.0

  • lists all public repositories and the 20 last commits of an user;
  • search field for filtering the commits by the term inserted into the field.

Getting Started

Download this repository to get you a copy of the project and follow the instructions bellow to run it on your local machine for development and testing purposes.

Installing

$ npm install

Running the application

$ npm start

Running the tests

$ npm run test

or

$ npm test

ES6+ features

Template Literals

Used as a way to output variables in the string with the new syntax ${NAME}:

let reporitories = await fetch(`https://api.github.com/users/${user}/repos`)
let url = `https://api.github.com/repos/${user}/${this.props.repository}/commits`

Arrow Functions

Functions with one line statement:

.then(
  (result) => result,
  ...
)

Classes

Used for object-oriented programming (OOP) with components that interact with each other to bring out the solution:

class RepositoryCard extends React.Component {
  ...
}
export default RepositoryCard;

Built With

Roadmap of the Project

version 2.0.0 (forecast november/2018, contributions are accepted)

  • contains the possibility to filter the order of the repositories that are shown (by stars, name, etc).
  • Marerial - UI as web framework.

version 1.0.0 (released)

  • lists all public repositories and the 20 last commits of an user;
  • search field for filtering the commits by the term inserted into the field.

Author

github-portfolio-app's People

Contributors

andreiatrianon avatar

Watchers

 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.