{"id":22396184,"url":"https://github.com/kmanadkat/ud-flash-cards","last_synced_at":"2026-04-11T14:02:32.443Z","repository":{"id":108727497,"uuid":"307456830","full_name":"kmanadkat/ud-flash-cards","owner":"kmanadkat","description":"FlashCards React Native App - Udacity React ND. Project Features : View all decks, Add new deck, View last quiz taken info, View All flashcards of deck, Add new flashcards to deck, Take Quiz on flashcards, Get Local Notifications","archived":false,"fork":false,"pushed_at":"2020-10-26T19:05:15.000Z","size":2707,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T15:12:17.356Z","etag":null,"topics":["asyncstorage","expo","localnotifications","react-native","react-navigation-v5","reactjs","redux"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kmanadkat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-10-26T17:44:33.000Z","updated_at":"2023-09-20T20:37:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"3097bf80-5a14-439c-9d9c-41f6d7da6cdc","html_url":"https://github.com/kmanadkat/ud-flash-cards","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kmanadkat/ud-flash-cards","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmanadkat%2Fud-flash-cards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmanadkat%2Fud-flash-cards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmanadkat%2Fud-flash-cards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmanadkat%2Fud-flash-cards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kmanadkat","download_url":"https://codeload.github.com/kmanadkat/ud-flash-cards/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmanadkat%2Fud-flash-cards/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001642,"owners_count":26083146,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asyncstorage","expo","localnotifications","react-native","react-navigation-v5","reactjs","redux"],"created_at":"2024-12-05T06:07:12.592Z","updated_at":"2025-10-09T15:12:20.177Z","avatar_url":"https://github.com/kmanadkat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## FlashCards Project - Built with React Native\nUdacity Become React Developer ND\n\n\n\n### Project Problem Statement 📜\nThis App is based on the classic game of flash cards. Flash cards is used by people, generally students, to memorise things. In its physical form, people write question on one side of the card and answer on the other side of the card. Then they shuffle the cards and start the quiz. They read the question and try to answer it. After answering they turn the card to see whether the answer was correct or not and then mark the count of correct/incorrect in a sheet. Finally once all the cards are done, they see how many correct questions they answered.\n\n\n\n### Project Features 🕹\n\n1. View all decks\n2. Add new deck\n3. View last quiz taken info\n4. View All flashcards of deck\n5. Add new flashcards to deck\n6. Take Quiz on flashcards\n7. Get Local Notifications\n\n\n\n### Routes Navigation ⛳️\n\n| Stack Navigation       |\n|------------------------|\n| Home Tabs Navigation   |\n| Deck Tabs Navigation   |\n\n| Home Tabs Navigation       | Deck Tabs Navigation                   |\n|----------------------------|----------------------------------------|\n| `DeckList` View All Decks  | `DeckView/:deckId` Flashcards of Deck  |\n| `NewDeck` Create New Deck  | `NewCard/:deckId` Add Flashcard to Deck|\n| `QuizInfo` Last Quiz Info  | `QuizView/:deckId` Take Flashcards Quiz|\n\n\n\n### Installation \u0026 Setup ⚙️\n\nYou should have `npm`, `node` \u0026 `expo-cli` installed in your machine, to confirm type `node --version` v14.12.0(or above) \u0026 `expo -V` v3.27.14(or above) in terminal. Below are steps to setup project in your system :\n\n1. Clone the `master` branch of this repository\n2. Open Terminal in project folder (containing `package.json` file)\n3. Run `npm install` and wait for all dependencies to download + install\n4. Finally run `expo start` this will automatically launch Expo DevTools is running at `http://localhost:19002`\n5. Scan QR Code with Expo Android or iOS App \u0026 run application\n\n\u003e Tested on : Expo Web \u0026 Android Expo App, works like charm :)\n\n\n### Project Screnshots 📱\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"./images/home.png\" /\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"./images/deck01.png\" /\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"./images/deck02.png\" /\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkmanadkat%2Fud-flash-cards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkmanadkat%2Fud-flash-cards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkmanadkat%2Fud-flash-cards/lists"}