Skip to content

sabry2020/MovieReview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book & Movie Review App

A simple MERN stack web app that allows users to add, edit, and delete reviews for their favorite books and movies, with a clean and responsive interface.


🏠 Project Overview

Users can:

  • ✍️ Create new reviews
  • ✏️ Edit or delete reviews
  • 👤 Sign up and log in securely

The app is built with React (Vite) for the frontend and Node.js + Express + MongoDB for the backend.


🖼️ App Preview

Screenshot 2025-10-19 at 9 48 23 AM Screenshot 2025-10-19 at 9 51 43 AM

How to Use

Clone the project

git clone https://github.com/sabry2020/book-movie-review-app.git
cd book-movie-review-app

# Backend
cd server
npm install

#Run Backend
npm run dev 

# Frontend
cd ../client
npm install

#Run Frontend
npm run dev 


Visit http://localhost:5173
 in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published