/Yumex

Primary LanguageTypeScript

Web Development Final Project - Yumex

Submitted by: Michael-Andre Odusami

This web app: is a food forum for any user who loves food, loves sharing food or foods they ate, and more!

Time spent: 15 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 (implement after database)
  • [✅] 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 (implement after database)

The following optional features are implemented:

  • [✅] Users can upload images directly from their local machine as an image file

The following additional features are implemented:

  • [✅] When a user is creating a post, there is a post preview shown
  • [✅] Users will be able to sort food by category of food (similar to uber eats)
  • [✅] There will be a category of food associated with each post
  • [✅] Users can only delete or edit posts if they created the posts
  • [✅]] When a user creates a post, they will be directed to the detail page
  • [✅] Users must make an account to use the website and all information posted or commented will be refrenced by their account
  • [✅] Users cannot access functionality of the page without making an account
  • [✅] Users can only delete a post or comment if they are the ones who created it
  • [✅] When users sign out, the avatr icon is not there anymore
  • [✅] The category selector on the homepage acts as a sliding carosuel making adding more categories easier to slide through
  • [✅] there is a counter for the amount of comments on each posts

Video Walkthrough

Here's a walkthrough of implemented user stories:

Link to walkthrough on Youtube

Notes

Describe any challenges encountered while building the app.

License

Copyright 2023 Michael-Andre Odusami

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.