Skip to content

Latest commit

History

History
27 lines (12 loc) 路 1.01 KB

README.md

File metadata and controls

27 lines (12 loc) 路 1.01 KB

Savorite - Social Media Food Review App

Find out the most popular food suggestions, recommend your favorite dishes and explore cuisine from all across the world. 馃寧

Website: https://savorite.netlify.app/

Screenshot 2022-10-04 at 1 16 15 AM

Demo:

savorite_demo.mp4

Technical Details

Tech Stack: React.js, Node.js, Express.js, MongoDB, Material UI, GraphQL, Apollo.

  • MERNG stack social media application for sharing and reviewing favorite meals and restaurants.
  • Designed register and login pages and implemented secure user authentication using JSON Web Tokens (JWT).
  • Built a GraphQL API for supporting CRUD operations on users and posts (likes, dislikes, comments).
  • Programmed realtime searching by user, location, food, tags using React Hooks and multi-page routing with React Router.