Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

A simple GitHub User Repo search app done wit react-redux

Notifications You must be signed in to change notification settings

KaiHotz/React-Redux-GitHub-User-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

There are two methods for getting started with this repo.

Familiar with Git?

  > git clone git@github.com:KaiHotz/React-Redux-GitHub-User-Search.git
  > cd React-Redux-GitHub-User-Search
  > npm install
  > npm start
  > in your Browser open http://localhost:3000

Not Familiar with Git?

Click here then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

  > npm install
  > npm start
  > in your Browser open http://localhost:3000

To run Integration Test

  > npm test

About

A simple GitHub User Repo search app done wit react-redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published