Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.26 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.26 KB

A movie recommendation app

Another one

This is a movie recommendation app based on TMDB's Api. It enables the user to discover movies and shows easily

Design

Designers: Irvan Wibowo Figma community

Figma file

Lessons learnt

  • console.log >>>
  • Browser Storage
  • Using Javascript to render html
  • Reuseable css classes (saved me from having to write so much css)
  • Patience(I didn't yell at my laptop this time) 😭
  • REST Apis

Installation

To install: -Download or clone the repo

git clone https://github.com/TLTechbender/Movies-recommendation-app.git

TODO

  • Build static website first
  • Fetch from Api
  • Handle Api data
  • Make website dynamic
  • Responsive and sexy css
  • Accessibility

HELP!!

Suggestions and improvements would mean a lot to me, feel free to pull the repo and make it even better.

UPDATE ONE

LESSONS LEARNED

  • swiper.js is not comfortable with using css to specify it's width, it prefers the breakpoints specified in the js file
  • The more I query the API the better I can account for unexpected errors and edge cases.

PROCESS

This was built using a Mobile/Vibes First approach 😂 .