This is a simple application where users can create cardlist of registered users on github and view thier github details. It consumes github's API. This is my first react application and since we mostly keep our front-end separate from the logics and only allow communicate between app user interface and logics via API, I decided to build on that skill since that's what most of the tasks entails
Clone the repository and cd into the project directory
Run npm install
To run locally, run npm start
and copy the build folder to your server
To deploy, run npm run build
and copy the build folder to your server
Simply enter the github username and click add
To view more github user's details, click on the card
- React - For Layout
- CSS - For Styling
- Consumes github's API
Access app via https://github-profile-app-by-joy.netlify.app/