A Vue-powered frontend website that consumes review data from our Strapi Headless CMS backend. This site displays categorized reviews for Movies, Books, Games, and Music, featuring dynamic pages, search functionality, and responsive design.
- Dynamic Content: All reviews are fetched from Strapi REST API in real time
- Category Filtering: Browse reviews by Movies, Books, Games, or Music
- Search Functionality: Search reviews instantly by keywords
- Single Review Pages: Click any review to view its full content
- Responsive Design: Fully optimized for mobile, tablet, and desktop
- Frontend Framework: Vue 3 (Vite)
- Styling: Bootstrap 5 + Custom SCSS
- HBackend Source: Strapi REST API
- Node.js 18+
- npm or yarn
- Clone the repository:
git clone https://github.com/busa0019/Review-Site-FrontEnd
cd Review-Site-FrontEnd- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser:
http://localhost:5173 (Vite default)