{"id":23586833,"url":"https://github.com/mae776569/reactnd-mobile-flashcards","last_synced_at":"2026-04-07T07:46:04.271Z","repository":{"id":38853819,"uuid":"226660781","full_name":"MAE776569/reactnd-mobile-flashcards","owner":"MAE776569","description":"Udacity's React Nanodegree mobile flashcards Project","archived":false,"fork":false,"pushed_at":"2024-10-08T13:46:50.000Z","size":2057,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-17T04:07:54.136Z","etag":null,"topics":["mobile","react","react-native","redux","udacity","udacity-nanodegree"],"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/MAE776569.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":"2019-12-08T12:02:35.000Z","updated_at":"2024-10-08T13:46:51.000Z","dependencies_parsed_at":"2025-05-17T04:07:55.272Z","dependency_job_id":"6f303673-05fb-4c00-b54c-45405a58653e","html_url":"https://github.com/MAE776569/reactnd-mobile-flashcards","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MAE776569/reactnd-mobile-flashcards","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MAE776569%2Freactnd-mobile-flashcards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MAE776569%2Freactnd-mobile-flashcards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MAE776569%2Freactnd-mobile-flashcards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MAE776569%2Freactnd-mobile-flashcards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MAE776569","download_url":"https://codeload.github.com/MAE776569/reactnd-mobile-flashcards/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MAE776569%2Freactnd-mobile-flashcards/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["mobile","react","react-native","redux","udacity","udacity-nanodegree"],"created_at":"2024-12-27T04:14:41.307Z","updated_at":"2026-04-07T07:46:04.133Z","avatar_url":"https://github.com/MAE776569.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mobile Flashcards App\n\nMobile application that allows users to study collections of flashcards. The app allows users to create different categories of flashcards called **decks**, add flashcards to those decks, then take quizzes on those decks.\n\n## How to install\n\n- use `npm install` to install dependencies\n- `npm start` to start develpoment server\n\n## App Features\n\n- Allow users to create a deck which can hold an unlimited number of cards and also to delete the deck.\n- Allow users to add a card to a specific deck.\n- The front of the card displays the question.\n- The back of the card displays the answer.\n- Users are able to quiz themselves on a specific deck and receive a score once they're done.\n- Users receive a notification to remind themselves to study if they haven't already for that day\n\n## Managing Data\n\n`AsyncStorage` is used to store the decks and flashcards and `Redux` is used to manage the state of the app.\n\nEach deck has a title and array of questions and each question consists of a question and answer.\n\n```javascript\n{\n  title: 'React',\n  questions: [\n    {\n      question: 'What is React?',\n      answer: 'A library for managing user interfaces'\n    },\n    {\n      question: 'Where do you make Ajax requests in React?',\n      answer: 'The componentDidMount lifecycle event'\n    }\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmae776569%2Freactnd-mobile-flashcards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmae776569%2Freactnd-mobile-flashcards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmae776569%2Freactnd-mobile-flashcards/lists"}