Giter VIP home page Giter VIP logo

vue_movie_app's Introduction

movie_app

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.


Project Overview


Initial Setup and Dependencies πŸ› οΈ

I set up the project through Vue CLI and installed essential dependencies like Vue, Vuex, Vue Router, Axios, and Bootstrap. These components formed the project's development.

Authentication Flow πŸ”

I integrated an external providerβ€”TMDb. I followed TMDb's authentication process, involving the acquisition of a request token, its validation via login credentials, and its subsequent exchange for a session ID via the authcallback. This ensured the users secure and seamless access to the app.

Vuex Store Configuration πŸ“¦

To steer the app's state management, I initiated a Vuex store. I introduced state variables that tracked user authentication status
Umayrand session information. The mutations and actions were behind the state updates, offering the user interactions with the api.

Vue Router Setup πŸ›€οΈ

Navigating the app via the Vue Router. With configuration of various routes views such as login, dashboard, movie details, search results, and the about page.

Reusable Components 🧩

With a commitment to reusability, I made Vue components including the NavBar and its counterpart LoginNavBar. Movie cards made for both MovieList and SearchResults which displays code reusability.

Navigation and Routing πŸš€

User navigation was simplified with the use of Vue Router's component. This navigation allows the user to navigate to different sections of the app.

Search Functionality πŸ”

The implementation of a search feature using Axios, allowed the user to discover movies. By fetching and displaying search results, this feature increased user engagement

View Implementation πŸŒ†

Dedicated views were sculpted to cater to distinct sections of the app. From the user's first step on the login page to the detailed terrain of movie information, search results, and more, each view orchestrated data fetching, user interactions, and visual rendering.

User Dashboard πŸ“Š

In the realm of user experience, I curated a dashboard showcasing rated movies and pertinent details. The vigilant Vuex store undertook the task of managing user session data and movie ratings, ensuring the continuity of the user's journey.

Movie Details View 🎬

Designed a view dedicated to providing movie information including movie details, user ratings, and an interactive "Rate Me" button. In real-time with the TMDb API.

Styling 🎨

By using Bootstrap and CSS via aesthetics and diligent styling but most importantly responsive design, harmonizing the app's appearance across devices.

Error Handling ❗

Made use of try catch error handlingv for failed API requests and user input errors

Testing and Debugging πŸ”§

A stringent testing regimen, conducted across a spectrum of browsers and devices, ensured the app's resilience. Equipped with browser developer tools and Vue Devtools, I meticulously debugged and resolved issues, fostering an environment of unblemished user experience.

Deployment πŸš€

Deployment of via Vue CLI and Netlify.

Final Testing and Documentation πŸ”Ž

Before the final curtain call, the app underwent rigorous testing to validate the seamless integration of all its features. This final check was complemented by the creation of comprehensive documentation, extending guidance on app usage, authentication, navigation, and the dynamic movie rating feature.

Optional Enhancements 🌟

To sprinkle the app with an extra layer of delight, I contemplated the incorporation of optional enhancements such as user profile settings, sorting options, and user reviews. These optional features held the potential to amplify user engagement and satisfaction.

Code Review and Refactoring πŸ”

With the finish line in sight, I dedicated myself to a meticulous code review, emphasizing readability and adherence to best practices. Code sections were meticulously refactored to optimize performance and elucidate intricacies.

Summary πŸ“

Secure user authentication to basic movie search, movie information, and a movie rating feature .


Project Challenges and Solutions


Challenges Faced πŸ› οΈ

πŸ”‘ API Key Management:

challenge: directly embedding the API key within the codebase. This approach exposed the key. This experience underscored the importance of securing sensitive information. I tried to use environment variables to confidentially manage the API key.

βš™οΈ No Backend:

Early on, I realized that no backend server could introduce security vulnerabilities, particularly regarding Cross-Origin Resource Sharing (CORS). It would handle API requests and data.

πŸ” External User Authentication Flow using TMDb API:

Navigating the intricacies of implementing external user authentication through the TMDb API was a significant challenge. Orchestrating callback URLs and token exchanges demanded careful consideration. My journey was marked by gaining a deep understanding of these processes, ensuring users experienced a seamless and secure authentication journey.

🚧 Error Handling:

During the process of authentication and session creation, managing errors was critical.

🧩 Complex Vuex Setup:

Integrating Vuex for authentication and session. Included Store structure, actions, mutations, and getters

My Assessment Recap πŸ“

The challenges I encountered and the solutions implemented collectively formed the project. From guarding the movie dashboard to user authentication and rating posting, led to revision regarding http requests using axios.

vue_movie_app's People

Contributors

umayrnordien avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.