Skip to content

bGray88/flash_cards

Repository files navigation

README

Flash Cards

A math flash card game for anyone looking to have a quick round of rejuvenating their memory.

Flashcards are an effective way to promote active recall in your brain, which is the process by which we retrieve a memory. Seeing a term and then actively attempting to remember the meaning helps to move it from short-term to long-term memory.

Built using Ruby on Rails, CSS, and PostgreSQL, this fun game will keep track of your continuing high score on a persisting user account.

alt text

alt text

Table of Contents

About the Project

Production Links

Learning Goals

  • Front end addition to existing Ruby repo
  • Rails implementation of former Ruby repo

Built With

Ruby RailsPostgres

Roadmap

Done - [x] Design Schema
- [x] Add Readme
- [x] Setup Repo and Push to Github
- [x] Readme: Outlines the learning goals
- [x] Readme: Clone and Setup
In Progress

(back to top)

Getting Started

Prerequisites

  • Ruby 2.7.4
  • Rails 7.0.4.3

Installation

Below are instructions for forking and cloning this repo

  1. Clone the repo
git clone git@github.com:bGray88/flash_cards.git
  1. Install gems
bundle install
  1. Setup the database
rails db:{create,migrate,seed}
  1. Run RSpec tests
bundle exec rspec

(back to top)

Usage

Schema

alt text

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Developers

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published