RuPaul's Drag Race lipsync guessing game built with React.
Live Version: https://sashay-shantay.netlify.com/
- React
- CSS
- Drag Race API
- run
npm start
to run the app in the development mode. - open http://localhost:3000 to view it in the browser.
- run
npm test
to launch the tests in the interactive watch mode.
- two queens and a song, user chooses who won
- who won?
- winning or losing message (Condragulations! You've got a point! / I'm sorry, my dear, but your score is back to zero.)
- regenerates a new lipsync after result
- counter incrementing with user's score
- pictures and quotes for each queen from another API call
- failure/success message display as an overlay only for a few seconds
- brainstorm and planning on paper
- break down goals into tasks list
- pair program using pomodoro method to switch and take regular breaks every 30 mins
- write components
- test
- styling