A vibrant, professional movie review website built for reaching a global audience. Yetunde shares her passionate movie reviews with interactive features for audience engagement.
├── frontend/
│ ├── index.html # Main HTML file
│ ├── style.css # Colorful styling
│ ├── script.js # Interactive features
│ └── blog.html # Blog page with comments
├── backend/
│ └── index.ts # Server with blog API
└── README.md # This file
This is a movie review website with both static pages and dynamic blog functionality. The main entry point is /frontend/index.html.