https://github.com/bramirez96/react-github-user-card
A simple app that loads and parses a GitHub user's information and followers into a readable display that I created within my first 2 weeks of learning React.
https://github.com/bramirez96/react-github-user-card
Last synced: about 2 months ago
JSON representation
A simple app that loads and parses a GitHub user's information and followers into a readable display that I created within my first 2 weeks of learning React.
- Host: GitHub
- URL: https://github.com/bramirez96/react-github-user-card
- Owner: bramirez96
- Created: 2020-05-05T18:55:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T20:53:58.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T17:41:36.604Z (4 months ago)
- Language: JavaScript
- Homepage: https://github-user-card.vercel.app
- Size: 271 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Module Project: Component Lifecycle Methods - React Github User Card
> Completed during my first month of React training
This project allows you to practice the concepts and techniques learned in this module and apply them in a concrete project. This module explored lifecycle methods in class components. In your project you will demonstrate proficiency of these concepts by recreating the Github User Card project, but as a React application this time.
## Features
- Utilizes componentDidMount() to populate the user card with my own GitHub info and followers
- Ability to click on a follower to load their information into the user card
- Ability to search for a user by username to load their info into user card