top of page

Fullstack Development

CulinaryChronicle_main.png

Group capstone project for Fullstack Academy Web Development Bootcamp.

  • Culinary Chronicle is a PERN stack review website.

  • Currently It supports visitors viewing all recipes, reviews, and comments. They can also search for recipes by name or tag category. 

  • A visitor can become a user via registration, which will allow them to add a review to any recipe and add comments on any review.

  • All Users can update their profile information, reviews, and comments.

  • An Admin can update a Users status to turn them into another Admin.

  • Admin can create, Edit, and Delete all recipes, reviews, and comments.

Technology Used:
  • CSS: Visual styling for UI/UX design.

  • PostgreSQL: Database for storing all recipe and user data.

  • Express: REST API for user accounts, recipes, reviews and comments.

  • React: UI elements, frontend functionality, and logic.

  • Node.js and Vite 

  • Frontend hosting on Netlify, backend hosting on Render, image hosting on Cloudinary

Contributions:
  • Project board management

  • Frontend Development:

    • Login/Registration creation, forms, and REACT functionality​

    • Account/User Profile creation, forms, REACT functionality, and nested Route recipe/review/comment card components

  • Visual Wireframe site designs

  • Site Style Guide

bottom of page