Skip to content

Search public repositories of a github user with React

Notifications You must be signed in to change notification settings

damien916/github-search-demo

Repository files navigation

GitHub search demo

This is a demo project to search GitHub user and repositories with NextJS, React, Redux, Jest, Flow.

This project use open GitHub API, with rate limit, visit https://api.github.com/rate_limit to see in real time your limit.

Run project

Download and install NodeJS V8 https://nodejs.org/en/

Install Yarn

$ npm i -g yarn

Install dependencies

$ yarn install

Launch project

$ yarn dev

Open your browser on http://localhost:3000

To run tests:

$ yarn test

To run flow:

$ yarn flow

About

Search public repositories of a github user with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published