giko / mcb-react-task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

  1. Yarn >= 0.19.1
  2. Npm >= 3.10.10, NodeJs >= v6.9.5

Quick start

  1. Clone this repo using git clone https://github.com/giko/mcb-admission-task.git.
  2. Run yarn to install dependencies.
  3. Run npm run start start your development server.
  4. Navigate to http://localhost:3000/users, you should see input field and button. Click on button loads github user repos for user that was specified in input.

Now you're ready to rumble!

What should be done?

  1. Make fork of this repository on github
  2. You should add functionality, that allows user to click on any repo and see latest 10 commits.
  3. When you're done you should make pull request to parent repository.

Additional tasks

  1. Fix PropTypes
  2. Make your code as robust as possible
  3. It would be great if you will rewrite markup to material design

Documentation

License

This project is licensed under the MIT license, Copyright (c) 2017 Maximilian Stoiber. For more information see LICENSE.md.

About

License:MIT License


Languages

Language:JavaScript 87.4%Language:HTML 10.6%Language:ApacheConf 2.0%