1. Home page/landing page
- You will show github trending repositories and developers with Sign in to Github
2Sign in to Github
- There will be two input fields for username and passwords
- You can access github profile APIs with Basic Auth on the SignIn process. You can store the
username and password for the APIs and destroy these credentials when users sign out!
3. Profile page: After successful login we will take user to profile page with has following link
- Github battle (it will take to Github battel page)
- Logout (logout from app and take back to home/landing page)
4. Battle Page: We are expecting something like
https://rt-react-fundamentals.firebaseapp.com/battle
- You can do it on single or multiple page
- Reset compare will reset battle (please see ref url)
- Compare with me will use logged-in user’s profile as one of the players