Skip to content

The application returns a list of the user's public repositories.

Notifications You must be signed in to change notification settings

karolinaru/github-api-repos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About The Project

The application returns a list of the user's public repositories (limited to 100 records by GitHub API). The results might be then sorted by number of stars. The App does not require token authentication up to 60 API calls per hour.

Technology

The App is built with ReactJS. It uses Axios and library to get a GitHub API call and React-Paginate for pagination. Styles are made with Sass.

Setup

Clone this repo to your desktop and run npm install to install all the dependencies.

Once the dependencies are installed, you can run npm start to start the application. You will then be able to access it at localhost:3000

Learn More

To learn React, check out the React documentation.

About

The application returns a list of the user's public repositories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published