An open API service indexing awesome lists of open source software.

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.

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:

![Movie Muse UI 2](https://github.com/user-attachments/assets/1998b892-7745-4677-af5f-b64d759f0cd7)
![Movie Muse UI 3](https://github.com/user-attachments/assets/75c8d949-5a58-42be-b50c-0aba30b6cded)
![Movie Muse UI 4](https://github.com/user-attachments/assets/899cf847-2f58-4fe3-bbf0-76d4ed1671b9)

---

## πŸ“Œ 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)