Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.31 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.31 KB

Plant Flashcards

Plant Flashcards is a full-stack web application where you can flip through flashcards to learn about plants and test your knowledge.

Live demo: https://plant-flashcards.netlify.app

Learning Mode on Plant Flashcards

Features

Asynchronous fetches

  • Pulls in data about plants from the Rails backend API

CRUD Operations

  • Users can save their high scores, edit their usernames, and delete their scores
  • All scores are displayed on a scoreboard

ActiveRecord Associations

  • There are 6 models that have has_many, belongs_to and has_many through associations
  • Uses ActiveModelSerializers, which turns model attributes into JSON object keys
  • Regex validations for username input

Other Features

  • 100% custom CSS
  • Flip through flashcards to learn plant facts
  • Play a quiz game to test your knowledge on plants

Quiz Time on Plant Flashcards

Tech Stack

Tools