https://github.com/brunohkbx/flashcards
Check out https://expo.io/@bruno.castro/my-flashcards
https://github.com/brunohkbx/flashcards
udacity-react-nanodegree
Last synced: 11 months ago
JSON representation
Check out https://expo.io/@bruno.castro/my-flashcards
- Host: GitHub
- URL: https://github.com/brunohkbx/flashcards
- Owner: brunohkbx
- Created: 2018-07-29T22:14:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T17:00:02.000Z (over 7 years ago)
- Last Synced: 2025-02-26T14:26:26.513Z (over 1 year ago)
- Topics: udacity-react-nanodegree
- Language: JavaScript
- Homepage:
- Size: 535 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flashcards [![Codacy Badge][grade-image]][grade][![Codacy Badge][coverage-image]][coverage]
A mobile flashcard app that lets you create different categories of flashcards called decks, add flashcards to those decks, then take quizzes on those decks.
## Setup
```sh
yarn install
```
## How to run
```sh
yarn start
```
## Tests
```sh
yarn test
```
## Screenshots
### Main screen
The primary view, seen when the app loads, is a list of created decks which includes the name of each deck and the number of cards.
![main-screen][main-screen-image]
### Create/Edit screen
The Create/Edit view includes a form with the deck fields and a FAB to create a new flashcard with a question and answer fields.
![create-edit-screen][create-edit-screen-image]
### Details screen
The individual deck view, seen when the deck is pressed, includes:
- List of created decks
- Option to start a quiz for that deck
- Option to edit that deck
![create-edit-screen][details-screen-image]
### Quiz screen
The quiz view displays all flashcards for that deck, each flashcard is displayed, along with a button to show the answer.
Buttons are included to allow the student to mark their guess as 'Correct' or 'Incorrect'. When the last flashcard is answered, a score is displayed
![create-edit-screen][quiz-screen-image]
[grade-image]: https://api.codacy.com/project/badge/Grade/db0ec79b4b484186a99a12e6ba89ad2b
[grade]: https://app.codacy.com/app/bruno.f.castro12/flashcards?utm_source=github.com&utm_medium=referral&utm_content=brunohkbx/flashcards&utm_campaign=Badge_Grade_Dashboard
[coverage-image]: https://api.codacy.com/project/badge/Coverage/2143017ebe4142d88e4a45391694f385
[coverage]: https://www.codacy.com/app/bruno.f.castro12/flashcards?utm_source=github.com&utm_medium=referral&utm_content=brunohkbx/flashcards&utm_campaign=Badge_Coverage
[main-screen-image]: screenshots/main.jpeg
[create-edit-screen-image]: screenshots/create-edit.jpeg
[details-screen-image]: screenshots/details.jpeg
[quiz-screen-image]: screenshots/quiz.jpeg