This web app: ProjectHUB is a platform for sharing ideas and project instructions. Users can create posts with a title, description, and image link. The home feed shows posts sorted by time or upvotes, and users can search for posts by title. Each post has its own page where users can see details, leave comments, upvote, edit, or delete the post. ProjectHUB helps people share knowledge, inspire others, and connect through projects.
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
Link to the website: https://projecthub2024.netlify.app/
