A simple webapp made with react to search GitHub users by their username and view a summary of their profile in a visually appealing design.
This project offers a few very simple features, such as:
- Search for GitHub users by their username
- See relevant user information based on their search
- View the optimal layout for the app depending on their device's screen size
- Switch between light and dark themes
GitHub Repo can be found here (if you're not already viewing this from github).
This project was bootstrapped with Create React App.
Install dependencies:
npm install
Run the app in the development mode:
npm run start
Build the app for production to the build
folder:
npm run build
Feel free to contribute, fix bugs, or provide feedback