{"id":15055624,"url":"https://github.com/lsafonso/meta-post","last_synced_at":"2026-01-02T04:04:21.002Z","repository":{"id":249966595,"uuid":"833043464","full_name":"lsafonso/Meta-Post","owner":"lsafonso","description":"Facebook post and reaction in using JavaFX framework","archived":false,"fork":false,"pushed_at":"2024-07-25T13:17:03.000Z","size":6492,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T00:37:37.797Z","etag":null,"topics":["java","javafx"],"latest_commit_sha":null,"homepage":"","language":"Java","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/lsafonso.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}},"created_at":"2024-07-24T08:40:35.000Z","updated_at":"2024-07-25T13:17:06.000Z","dependencies_parsed_at":"2024-07-24T12:22:10.361Z","dependency_job_id":"03e3d05c-f75b-4c8f-9484-80064a718416","html_url":"https://github.com/lsafonso/Meta-Post","commit_stats":null,"previous_names":["raionpac/meta-post","lsafonso/meta-post"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsafonso%2FMeta-Post","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsafonso%2FMeta-Post/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsafonso%2FMeta-Post/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsafonso%2FMeta-Post/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lsafonso","download_url":"https://codeload.github.com/lsafonso/Meta-Post/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243532532,"owners_count":20306152,"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","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":["java","javafx"],"created_at":"2024-09-24T21:45:02.934Z","updated_at":"2026-01-02T04:04:15.965Z","avatar_url":"https://github.com/lsafonso.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1\u003eFacebook Post Reaction App\u003c/h1\u003e\n\n![gg33 1](https://github.com/user-attachments/assets/cf177c64-6bdb-4216-9b50-b1fa32eabdcb)\n\n\u003ch2\u003eOverview\u003c/h2\u003e\nThis JavaFX application simulates a Facebook post interface, allowing users to interact with posts using reactions like Like, Love, Haha, Wow, Sad, Angry, and Care. It's designed as a learning tool to understand JavaFX and FXML for creating interactive GUI applications.\n\u003ch2\u003eFeatures\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003eDisplay a Facebook-like post with a user profile, content, and interaction buttons.\u003c/li\u003e\n  \u003cli\u003eReact to the post with different reactions.\u003c/li\u003e\n  \u003cli\u003eDynamically update and display reaction counts.\u003c/li\u003e\n  \u003cli\u003eSwitch between reactions by clicking icons.\u003c/li\u003e\n  \u003cli\u003eShow post audience (Public, Friends).\u003c/li\u003e\n\u003c/ul\u003e  \n\u003ch2\u003eTechnologies Used\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003eJava: Core programming language for application logic.\u003c/li\u003e\n  \u003cli\u003eJavaFX: Framework for building the GUI.\u003c/li\u003e\n  \u003cli\u003eFXML: XML-based language for defining the UI.\u003c/li\u003e\n  \u003cli\u003eCSS: Styling the JavaFX application.\u003c/li\u003e\n  \u003cli\u003eIntelliJ IDEA: IDE for development.\u003c/li\u003e\n\u003c/ul\u003e  \n\n\u003ch2\u003eRunning the Project\u003c/h2\u003e\n\u003cp\u003e1. Download this project and download the appropriate JavaFX SDK for your operating system and unzip it to a desired location, for instance /Users/your-user/Downloads/javafx-sdk-21.\u003c/p\u003e\n\u003ca href=\"https://openjfx.io/index.html\" target=\"_blank\"\u003eOpenjfx.io\u003c/a\u003e\n\n\u003cp\u003e2. Set JDK 21\u003c/p\u003e\n\u003cp\u003eGo to File -\u003e Project Structure -\u003e Project, and set the project SDK to 21. You can also set the language level to 11 or greater.\u003c/p\u003e\n\n\u003cp\u003e3. Create a library\u003c/p\u003e\n\u003cp\u003eGo to File -\u003e Project Structure -\u003e Libraries and add the JavaFX 21 SDK as a library to the project. Point to the lib folder of the JavaFX SDK.\u003c/p\u003e\n\u003cp\u003eOnce the library is applied, the JavaFX classes will be recognised by the IDE, and then you can run the Text to Speech project.\u003c/p\u003e\n\n\u003cp\u003e4. Run the Main.java file to start the application.\u003c/p\u003e\n\n\n\u003ch2\u003eScreenshot\u003c/h2\u003e\n\n![Group 1](https://github.com/user-attachments/assets/039d2126-53ac-4968-a02c-daeea0ee660d)\n![gg33 1](https://github.com/user-attachments/assets/cf177c64-6bdb-4216-9b50-b1fa32eabdcb)\n\n\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsafonso%2Fmeta-post","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flsafonso%2Fmeta-post","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsafonso%2Fmeta-post/lists"}