Skip to content

Emerrrail/octocat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1 About

This is a react-github app that allows you to search users and view their repos and followers. This project was bootstrapped with Create React App, and it loads information by leveraging Github REST API.

2 Deployment

https://octocat.vercel.app/users/octocat/repos

3 Features

  • Searching for users
  • Displaying user's profile
  • Repo list of a user
  • Follower list of a user
  • Repo page of single repo

4 Used Technologies

  • React / create-react-app
  • Redux
  • Redux-saga
  • Eslint
  • Bootstrap
  • CSS Grid / Flex

5 How to run this application

  1. Clone the repo
$ git remote add origin https://github.com/Emerrrail/octocat.git
  1. Load all the dependencies
$ cd octocat
$ npm install
  1. Run the node server with
$ npm start

6 Component Structure

Component Structure