https://github.com/iamyuu/react-github-profile
Learning about (unit & integration) testing on React
https://github.com/iamyuu/react-github-profile
github-profile react testing-library
Last synced: 2 months ago
JSON representation
Learning about (unit & integration) testing on React
- Host: GitHub
- URL: https://github.com/iamyuu/react-github-profile
- Owner: iamyuu
- Created: 2020-11-24T13:45:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T12:28:55.000Z (over 3 years ago)
- Last Synced: 2025-06-23T12:07:37.649Z (12 months ago)
- Topics: github-profile, react, testing-library
- Language: JavaScript
- Homepage: https://react-gh-profile.vercel.app
- Size: 333 KB
- Stars: 21
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Profile
Simple application to display information from GitHub users.
## User Stories
- [x] User can enter a username.
- [x] User should get an alert if the username is not valid.
- [x] User should get an alert if the username not found.
- [x] User can see the profile data such as avatar, name, and username.
- [x] User can see list repositories.
- [x] User can see message if the repositories is empty.
- [x] 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](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.