fathurifki / fathurifki-movie

Home Page:fathurifki-movie.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Database

Techstack

  1. React ( Vite + React )
  2. React-persist
  3. bootstrap + react-bootstrap for Component Library
  4. Axios
  5. React Lottie for micro interaction library adobe to JSON
  6. Styled Component for Styling the component
  7. Redux Toolkit with RTK Query for Server State Management

The API used is the OMDb API. We'll be required to register and submit request to retreive API key. To get info on how to request for API key, head over to API Key page.

How to run :

1. git clone git@github.com:fathurifki/fathurifki-movie.git
2. yarn
3. yarn dev
4. add file .env with VITE_API_KEY=<apikey>

Note: Because on Search component using event onKeyDown, make sure after input value, press the Enter button for get the result

Deployed at Vercel: https://fathurifki-movie.vercel.app/

About

fathurifki-movie.vercel.app


Languages

Language:JavaScript 87.9%Language:CSS 7.6%Language:HTML 4.5%