In this application the user can search for informations about any Github user, like: username; followers number; location; email; repositories; and more...
- User can enter a username
- User can click on search button to retrieve information
- User can see the avatar, username, followers and repository count of searched user
- User can see the top 4 repositories of searched user
- User should get an alert if the username is not valid
- ReactJS
- frame-motion
- react-bootstrap
- axios
- useState
- react-router-dom
Before you start, you need to clone the repository using git clone.
docker-compose up -d
docker-compose -f docker-compose.prod.yml up -d
-
npm installoryarn installfor install dependencies. -
npm start
Now you are ready to go! :)
Feel free to send a PR :)