Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 304 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 304 Bytes

A fun triva game I created from scratch. API data from opentdb.com

In this project I: managed side-effects with useEffect, used and styled React forms, accessed an api and parsed the data to display on screen, styled everything with CSS, and kept track of player answers with useState to display score.