Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1002 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 1002 Bytes

Heroku

CS Refresh

This is a flashcard web app, built with react and node.

Here's a recorded demo of the site.

Users select which computer science topics to review.
flashcard app

And then cycle through the cards with touch gestures.
flashcard app

There are five gestures:

  1. swipe card right: go back to the previous card in the deck
  2. swipe card left: go to the next card in the deck
  3. swipe card up: remove the card from the deck
  4. swipe card down: shuffle cards
  5. and tap card: flip card to see front or back.

The site uses react-use-gesture and react-spring for the animations and interactivity.

https://cs-refresh.herokuapp.com