lynnerang / reactionary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of contents

Reactionary Flash Card App

This project is a Turing front-end evelopment project focused on working with React and Enzyme/Jest.

This is an app for people who are learning React and want to brush up on their terminology. It comes with 35 out of box flash cards, and also allows users to create their own flash cards for anything they'd like to add. There are three different game modes with varying levels of difficulty.

Screenshots

Home page Play page Guess game mode Multiple choice game mode Custom cards page Mobile view

Getting Started

View Live on GitHub

You can view the game live on my GitHub at the following link:

Reactionary - Live!

Get Your Own Copy

If you'd like to clone this repository to your own local machine, run the following command in your terminal:

git clone https://github.com/lynnerang/reactionary.git

Then run the following command to install dependencies:

npm install

To view the app in action, run the following command in your terminal:

npm start

Then, go to http://localhost:3000/ in your browser to see the code running in the browser.


How to Play

  1. Go to Play and choose from three different game modes.
  2. Guess mode shows you a term description and example, and you enter your guess.
  3. Choice mode shows you a term description and example, and gives you three options to choose between.
  4. Review mode shows you all the cards in the app, so you can brush up on your terminology for the Guess and Choice mode games.
  5. Check out My Cards to create your own custom flash cards. These will be added to the Guess mode games.
  6. When all flash cards are answered, the game will restart from the beginning so you can play again any time.
  7. See the Stats page to find out how many games you've completed and what your high score is.
  8. Check out the Links page for useful resources for a learner of React.

Project Emphasis

View the project specification (user stories & other requirements) on the Turing webpage for this project.

  • HTML & CSS
  • Flex-box
  • UI design
  • React
  • Es6 classes
  • API fetches
  • Enzyme & Jest testing
  • Webpack
  • NPM
  • ESLint

Licensing

All credit goes to Turing School of Software for providing the project specifications.

About


Languages

Language:JavaScript 78.0%Language:CSS 19.4%Language:HTML 2.5%