Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.15 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.15 KB

IMDB project by Empathy Academy

This project is a web application that uses the IMDB dataset.

The technologie used to develop this app were Vue with Vuex, Vue Routes and TypeScript.

The app contains the following functionalities:

  • Search Films by Title
  • Film Discovery with filters (Genres, Ratings, Durations and Year)
  • Quiz feature that can help you choose the perfect film for you
  • Dark mode Selector
  • Trending View that contains Popular and Recent Films

Home View.

Home View

Search Filters

Filters

Carousel

Carousel

Quizz

Quizz

Dark Mode

DarkMode

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build