https://github.com/asasmith/react-gh-card
https://github.com/asasmith/react-gh-card
javascript learning reactjs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/asasmith/react-gh-card
- Owner: asasmith
- Created: 2019-01-10T22:24:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T03:15:52.000Z (over 7 years ago)
- Last Synced: 2025-04-11T03:58:48.541Z (about 1 year ago)
- Topics: javascript, learning, reactjs
- Language: JavaScript
- Homepage: https://react-github-card.netlify.com/
- Size: 1.32 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Github Social Card
Displays a github 'social card' with some basic github user data
Using this app to teach myself basic [React](https://reactjs.org) concepts like function and class components, JSX, rendering, managing state, props, handling events, conditional rendering, and controlled form elements. I used [Parcel](https://parceljs.org/) for module bundling but plan on switching to [Webpack](https://webpack.js.org). I also used the fetch api.
### Next steps
- [ ] add testing
- [ ] add eslint/prettier
- [ ] change module bundler to webpack