Skip to content

ekjacinto/hobbyhub

Repository files navigation

Web Development Final Project - code.

Submitted by: Ethan Jacinto

This web app: allows programmers and individuals with tech interest to create forums and interact with other's posts

Time spent: 18 hours spent in total

Required Features

The following required functionality is completed:

  • 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

The following additional features are implemented:

  • Users can filter through a specific programming language for posts and forums related to that language
  • **Use of Tailwind, react-icons, and Shadcn for an enhanced UI/UX

Video Walkthrough

Here's a walkthrough of implemented user stories:

code

GIF created with Veed

Notes

While building this app, one problem I encountered was planning and executing the development process with focus and consistency. In addition, creating an app of this scale with the amount of features required an extensive amount of documentation reading and testing.

License

Copyright [2024] [Ethan Jacinto]

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published