Flash.me

A simple flash card application that allows the user to quiz themselves with their own material.

View the Project on GitHub LadyMozzarella/flash.me

Flash.Me

What is Flash.Me?

Flash.Me is a web based flash card app. Users can create new flash card decks, play their own deck, or play another person's deck. All of the user's scores are kept on a scoreboard.

Getting Started

Visit Flash.Me

Login or Signup

A user must be logged in to play and create decks. The log in or sign up form is available on the home landing page.

https://github.com/LadyMozzarella/flash.me/blob/master/images/login.png?raw=true

Create a Deck

A user can create a deck.

https://github.com/LadyMozzarella/flash.me/blob/master/images/create-deck.png?raw=true

A user can add a card only to the deck that they created.

https://github.com/LadyMozzarella/flash.me/blob/master/images/add-card.png?raw=true

Play a Deck

A user can play either a deck that they created or a deck that was created by another user. This page can be accessed either by visiting the home page after the user is logged in or by clicking the "Decks" button at the top of the page.

https://github.com/LadyMozzarella/flash.me/blob/master/images/dashboard.png?raw=true

The user gets results from each card guessed.

https://github.com/LadyMozzarella/flash.me/blob/master/images/guessing-correct.png?raw=true

https://github.com/LadyMozzarella/flash.me/blob/master/images/correct-ans.png?raw=true

The user is notified when the round is over and the result of the last card.

https://github.com/LadyMozzarella/flash.me/blob/master/images/over.png?raw=true

View past scores

A user can view their past scores by clicking the drop down button (My Round) from their name at the top right of the navigation bar.

https://github.com/LadyMozzarella/flash.me/blob/master/images/rounds-btn.png?raw=true

https://github.com/LadyMozzarella/flash.me/blob/master/images/summary.png?raw=true

Technology Stack

Contributors