{"id":15173395,"url":"https://github.com/v74c63t/sekai-hub","last_synced_at":"2026-03-06T14:11:13.568Z","repository":{"id":238779384,"uuid":"786179194","full_name":"v74c63t/sekai-hub","owner":"v74c63t","description":"A forum web app made with React Vite and Supabase that allows users to create their own posts and browse or interact with posts made by others. ","archived":false,"fork":false,"pushed_at":"2025-05-13T06:28:50.000Z","size":142569,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T06:31:25.677Z","etag":null,"topics":["firebase","firebase-storage","react","supabase","supabase-js","vite"],"latest_commit_sha":null,"homepage":"https://sekai-hub.netlify.app/","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/v74c63t.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":"2024-04-13T16:54:40.000Z","updated_at":"2025-09-01T20:27:51.000Z","dependencies_parsed_at":"2025-05-13T07:37:40.913Z","dependency_job_id":null,"html_url":"https://github.com/v74c63t/sekai-hub","commit_stats":{"total_commits":101,"total_committers":2,"mean_commits":50.5,"dds":0.04950495049504955,"last_synced_commit":"46c09fefaeccb0fe698eb3d2e05bc5eb5c844f3c"},"previous_names":["v74c63t/sekai-hub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/v74c63t/sekai-hub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v74c63t%2Fsekai-hub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v74c63t%2Fsekai-hub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v74c63t%2Fsekai-hub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v74c63t%2Fsekai-hub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/v74c63t","download_url":"https://codeload.github.com/v74c63t/sekai-hub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v74c63t%2Fsekai-hub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30180644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T12:39:21.703Z","status":"ssl_error","status_checked_at":"2026-03-06T12:36:09.819Z","response_time":250,"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":["firebase","firebase-storage","react","supabase","supabase-js","vite"],"created_at":"2024-09-27T11:00:44.276Z","updated_at":"2026-03-06T14:11:13.532Z","avatar_url":"https://github.com/v74c63t.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# _Sekai Hub_\n\n\u003c!-- Submitted by: **Vanessa Tang** --\u003e\n\n**This is a forum web app that allows users to post and interact with others about Project SEKAI COLORFUL STAGE, a mobile rhythm game featuring Virtual Singers such as Hatsune Miku.**\n\n\u003c!-- Time spent: **56** hours spent in total --\u003e\n\n## Implemented Features\n\n\n-   [x] **A create form that allows the user to create posts**\n-   [x] **Posts have a title and optionally additional textual content and/or an image added as an external image URL**\n-   [x] **A home feed displaying previously created posts**\n-   [x] **By default, the time created, title, and number of upvotes for each post is shown on the feed**\n-   [x] **Clicking on a post shall direct the user to a new page for the selected post**\n-   [x] **Users can sort posts by either their created time or upvotes count**\n-   [x] **Users can search for posts by title**\n-   [x] **A separate post page for each created post, where any additional information is shown is linked whenever a user clicks a post**\n-   [x] **Users can leave comments underneath a post on the post's separate page**\n-   [x] **Each post should have an upvote button on the post's page. Each click increases its upvotes count by one and users can upvote any number of times**\n-   [x] **A previously created post can be edited or deleted from its post page**\n-   [x] **Users can only edit and deleted posts by entering the secret key, which is set by the user during post creation**\n-   [x] **Upon launching the web app, the user is assigned a random user ID. It will be associated with all posts and comments that they make and displayed on them.**\n-   [x] **Users can customize the interface of the web app based on the different groups in the game**\n-   [x] **Users can share and view web videos**\n-   [x] **Users can set flairs while creating a post. Then users can filter posts by flairs on both the home feed and the search results page.**\n-   [x] **Users can upload images directly from their local machine as an image file**\n-   [x] **Display a loading animation whenever data is being fetched**\n-   [x] **A preview tab to allows users to preview their image or video while creating or updating a post**\n\u003c!-- -   [ ] Users can repost a previous post by referencing its post ID. On the post page of the new post, the referenced post is displayed and linked, creating a thread --\u003e\n\n\n## Video Walkthrough\n\nHere's a walkthrough of the implemented user stories:\n\n\u003cimg src='walkthrough.gif' title='Video Walkthrough' width='' alt='Video Walkthrough' /\u003e\n\n\u003c!-- Replace this with whatever GIF tool you used! --\u003e\n\nGIF created with [Kap](https://getkap.co/) for macOS\n\n\u003c!-- Recommended tools:\n[Kap](https://getkap.co/) for macOS\n[ScreenToGif](https://www.screentogif.com/) for Windows\n[peek](https://github.com/phw/peek) for Linux. --\u003e\n\n\u003c!-- ## Notes\n\nDescribe any challenges encountered while building the app.\n\nI had some issues with implementing the search by title functionality most because I decided to place my search bar in the nav bar. Originally, I wanted the posts to update directly on the home page based on the search query that the user inputted, but that ended up causing a lot of issues with some variables as well as sorting and filtering so I just decided to create a separate search result page instead. \n\nOther than that, I encountered several issues with implementing some of the optional features. At first, I wanted to allow users to upload both images and videos directly from their local machine and I would save those files in Cloudinary, but the free plan I was on restricted it so I am unable to upload video files that are more than 100 MB. Considering the fact that one gameplay video that only contains me playing one song was already significantly over 100 MB, I disgarded that idea and only allowed users to upload images. Afterwards, when I was trying to work out updates and deletions with this, I ran into more problems. Ultimately, I wanted to delete the uploaded image associated with a post if the user intends to delete the post or update the post with a new image/video because it makes sense to free up space if the image is no longer needed. This ended up causing a lot of headaches because I could not find an easy way to delete images that were uploaded to Cloudinary. I looked through their documentation multiple times, but there was not a simple way to do so. I tried using their API, but that required me to generate a signature and I could not figure out how to do so easily. The second way was to use their SDK, but the function they showed just did not work. In the end, I just switched everything over to Firebase, which worked way better. --\u003e\n\n## License\n\n    Copyright [2024] [Vanessa Tang]\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n        http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv74c63t%2Fsekai-hub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fv74c63t%2Fsekai-hub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv74c63t%2Fsekai-hub/lists"}