Skip to content

iamyuu/react-github-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Profile

Simple application to display information from GitHub users.

User Stories

  • User can enter a username.
  • User should get an alert if the username is not valid.
  • User should get an alert if the username not found.
  • User can see the profile data such as avatar, name, and username.
  • User can see list repositories.
  • User can see message if the repositories is empty.
  • User scroll down to see all other repositories.

Available Scripts

In the project directory, you can run:

  • yarn dev: Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
  • yarn test: Launches the test runner in the interactive watch mode.
  • yarn build: Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.