{"id":32078511,"url":"https://github.com/rodrigues-heric/flash-card-angular-java","last_synced_at":"2026-04-29T23:02:19.910Z","repository":{"id":318086237,"uuid":"1069450132","full_name":"rodrigues-heric/flash-card-angular-java","owner":"rodrigues-heric","description":"[ONGOING] Project for creating flashcards using Angular (frontend) and Java SpringBoot (backend)","archived":false,"fork":false,"pushed_at":"2025-10-24T22:56:22.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-24T23:25:33.888Z","etag":null,"topics":["angular","api","backend","frontend","fullstack","java","springboot"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rodrigues-heric.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-04T00:52:48.000Z","updated_at":"2025-10-24T22:56:25.000Z","dependencies_parsed_at":"2025-10-05T02:29:40.423Z","dependency_job_id":"7d8e5896-5fec-49ab-83e9-a4f434234380","html_url":"https://github.com/rodrigues-heric/flash-card-angular-java","commit_stats":null,"previous_names":["rodrigues-heric/flash-card-angular-java"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rodrigues-heric/flash-card-angular-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigues-heric%2Fflash-card-angular-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigues-heric%2Fflash-card-angular-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigues-heric%2Fflash-card-angular-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigues-heric%2Fflash-card-angular-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodrigues-heric","download_url":"https://codeload.github.com/rodrigues-heric/flash-card-angular-java/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigues-heric%2Fflash-card-angular-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32447312,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: 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":["angular","api","backend","frontend","fullstack","java","springboot"],"created_at":"2025-10-19T08:20:53.199Z","updated_at":"2026-04-29T23:02:19.904Z","avatar_url":"https://github.com/rodrigues-heric.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flashcards (Angular + Java SpringBoot)\n\nThis is the first version of the project and it only runs locally. Later this project will receive a web version with account management and persistent progress.\n\n## Table of contents\n\n1. [Goal](#goal)\n2. [Launching the app](#launching-the-app)\n3. [How to use](#how-to-use)\n\n## Goal\n\nThis project goal is to create a software that allows the user to create flashcards using Angular (frontend) and Java with SpringBoot (backend). \nFlashcards are a study method for learning and retaining concepts chosen by the student. \n\nThey consist of a two-sided card. The front contains a question or word, and the back contains the answer.\nIt's truly powerful with spaced repetition, a method that reinforces concepts over time.\nWith spaced repetition, short-term memory becomes long-term memory, improving retention.\n\n## Launching the app\n\nClone the repo and navigate to the project root. In this version, the project only runs locally with a temporary database so you do not need to create any account previously. \n\nCreate two terminal sessions, one for the frontend and other for the backend.\n\nFor the backend, navigate to `backend/flashcards` and follow the steps:\n\n1. Run `./mvnw clean install` to install all the project packages\n2. Run `./mvnw spring-boot:run` to start the backend of the application\n\nYou should see a message saying the compilation was successfull and the springboot is running\n\nFor the frontend, navigate to `frontend/flashcards` and follow the steps:\n\n1. Run `npm install` to install all the project packages\n2. Run `npm start` to start the frontend of the application \n\nYou should see a message saying the compilation was successfull and the angular is running\n\n## How to use\n\nAfter launching the app you will see a home screen with no contents other than a message saying that there is no flashcards or decks. To create your first flashcard or deck, click the \"+\" button and choose the desired option.\n\nFor the deck creation you have to choose a name for it and confirm.\n\nFor the card creation you have to choose the face text of the card (what you want to guess) and the back text (the answer). A preview version will be flipping at the bottom before you confirm.\n\nAfter the creation of the first card there will be a play button at the bottom right of the screen. Clicking it will take you to the play screens where each card will be displayed in a sequence and you will have to guess the answers. There will be a flip icon to check the answer and buttons to advance to next, or previous, cards.\n\nThis same logic will happen if you hit play inside a deck but only the cards inside of the deck will be shown.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigues-heric%2Fflash-card-angular-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodrigues-heric%2Fflash-card-angular-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigues-heric%2Fflash-card-angular-java/lists"}