## React and Docker
## More React
## Form Libraries
- formik
- react hook forms
## Axios
## Authentication
## Setup Firebase
- Go to [https://console.firebase.google.com/](https://console.firebase.google.com/)
- Create a new project
- No need to select Google analytics
- Add firebase to your web app by clicking Web
- Insert public keys to main.tsx
- Get Started w/ Authentication
- Enable Email/Password and save
- Add a sample user
## Authentication in Spring Boot
## Putting it all together
## RPS Game Logic
- Add server side logic
- Add UI to communicate with server