Conversation
* Add `/api/alltopics` endpoint * Fix endpoint to call subtopics * Add proper commeting * Fix formatting * Add `api/questions` API endpoint
* Add 'buttons for topics' * Clean up * Merge Dev * Debuggy code * Fix bug * Add Topics Page * Add Subtopics Page and Back Button * Clean up * Fix bug created by deleting global elements
* Add 'buttons for topics' * Clean up * Merge Dev * Debuggy code * Fix bug * Add Topics Page * Add Subtopics Page and Back Button * Add modal and update back button image * Fix modal * Clean up * Customize scroll bar * Add global variable to keep track of user input * Simplify code * Convert data to lower case before storing * Replace spaces with "-" when storing
* Add question title * Remove old CSS * Clean up * Fix merge conflicts * Fix bugs by pulling * Display question * Call function from modal * Center align the flashcard * Clean up * Add ability for flashcards to flip * Fix position issues for flashcard * Clean up
* Add answer to card, score, incorrect and correct buttons * Clear Screen, display final score card * Add correct/incorrect button * Add styling * Round score to whole number * Add score summary title * Capatalize difficulties * Add topic to arguments, Reset counter to zero after all cards done * Add functionality to play again and choose deck buttons * Reset correct/incorrect question count * Change continue spans to buttons, add event listeners to buttons * fix duplicateFlashcard * Change starting score to 0 * Fix file formatting * Fix file formatting
* Add answer to card, score, incorrect and correct buttons * Clear Screen, display final score card * Add correct/incorrect button * Add styling * Round score to whole number * Add score summary title * Capatalize difficulties * Add topic to arguments, Reset counter to zero after all cards done * Add functionality to play again and choose deck buttons * Reset correct/incorrect question count * Change continue spans to buttons, add event listeners to buttons * fix duplicateFlashcard * Change starting score to 0 * Fix file formatting * Fix file formatting * Fix style * Make transformation more smooth
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added mute button from FontAwesome in top-right corner(fixed position)--still working on functionality.
Before & After Screenshots
BEFORE:
[insert screenshot here]
AFTER:
[insert screenshot here]
Other changes (e.g. bug fixes, UI tweaks, refactors)
Descriptions of minor changes here.
Issue Fixed
See #[issue_number]