Simple application to display information from GitHub users.
- 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.
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 thebuild
folder. It correctly bundles React in production mode and optimizes the build for the best performance.