Skip to content

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.

Notifications You must be signed in to change notification settings

v74c63t/sekai-hub

Repository files navigation

Sekai Hub

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.

Implemented Features

  • A create form that allows the user to create posts
  • Posts have a title and optionally additional textual content and/or an image added as an external image URL
  • A home feed displaying previously created posts
  • By default, the time created, title, and number of upvotes for each post is shown on the feed
  • Clicking on a post shall direct the user to a new page for the selected post
  • Users can sort posts by either their created time or upvotes count
  • Users can search for posts by title
  • A separate post page for each created post, where any additional information is shown is linked whenever a user clicks a post
  • Users can leave comments underneath a post on the post's separate page
  • 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
  • A previously created post can be edited or deleted from its post page
  • Users can only edit and deleted posts by entering the secret key, which is set by the user during post creation
  • 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.
  • Users can customize the interface of the web app based on the different groups in the game
  • Users can share and view web videos
  • 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.
  • Users can upload images directly from their local machine as an image file
  • Display a loading animation whenever data is being fetched
  • A preview tab to allows users to preview their image or video while creating or updating a post

Video Walkthrough

Here's a walkthrough of the implemented user stories:

Video Walkthrough

GIF created with Kap for macOS

License

Copyright [2024] [Vanessa Tang]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published