https://github.com/krraviongit/movie_muse
π¬ Movie Muse is a movie review website where users can browse movies, view and share their personal reviews and ratings. It offers a simple and interactive platform to explore what others think about different movies.
https://github.com/krraviongit/movie_muse
Last synced: 4 months ago
JSON representation
π¬ Movie Muse is a movie review website where users can browse movies, view and share their personal reviews and ratings. It offers a simple and interactive platform to explore what others think about different movies.
- Host: GitHub
- URL: https://github.com/krraviongit/movie_muse
- Owner: krRaviongit
- Created: 2025-04-18T12:00:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-18T17:50:44.000Z (about 1 year ago)
- Last Synced: 2025-07-04T19:07:31.639Z (12 months ago)
- Language: CSS
- Homepage:
- Size: 1.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π¬ Movie Muse
Movie Muse is a simple and user-friendly movie review system built using **HTML**, **CSS**, **JavaScript**, **PHP**, and **MySQL**, hosted locally using **XAMPP**. It allows users to register, log in, view movie reviews, and submit their own reviews with emoji-based ratings.
---
## π¬ UI Preview
Hereβs a glimpse of the **Movie Muse** homepage:



---
## π Features
- π§βπ» User Registration and Login
- βοΈ Submit Reviews (Only After Login)
- π Emoji-Based Rating System
- ποΈ MySQL Database to Store Users and Reviews
- β
Success Message After Submitting Review (No Page Redirect)
- πΌοΈ Professionally Styled Homepage and Review Section
- π Basic Session Management for Authentication
---
## π οΈ Tech Stack Used
| Frontend | Backend | Database | Server |
|------------------|-------------|----------|--------|
| HTML, CSS, JS | PHP | MySQL | XAMPP |
---
## π Folder Structure
```
Movie_Muse/
β
βββ index.html
βββ register.html
βββ login.html
βββ review.html
βββ style.css
βββ script.js
βββ submit_review.php
βββ login.php
βββ register.php
βββ logout.php
βββ db_config.php
```
---
## π Database Structure (phpMyAdmin)
**Database Name:** `themoviess_review`
**Tables:**
1. `users`
- `id` (Primary Key)
- `username`
- `email`
- `password`
2. `reviews`
- `id` (Primary Key)
- `username`
- `movie_name`
- `rating`
- `comment`
---
## π‘ Made with β€οΈ by [Kumar Ravi](https://github.com/krRaviongit)