Warframe Picker is a web application that chooses a random warframe to play. Due to the high number of frames that the game has, I decided to make a web application that allows the user to choose a random warframe.
Technologies Used
| Tech | Reason |
|---|---|
| React | I used React because it is a very popular framework that I am familiar with. |
| Styled Components | I used styled components because it allows me to write CSS in my JavaScript files. |
| drops.warframestat.us API | I used this API because it has all of the information that I needed. |