Skip to content

My Movies is a web application for searching movie data. This application is made with React.Js and TailwindCSS as base styles.

Notifications You must be signed in to change notification settings

agusdwis/moviesku

Repository files navigation

Moviesku App

My Movies is a web application for searching movie data. This application is made with React.Js and TailwindCSS as base styles.

⭐ Features

  • Display List of Movies
  • Infinity Scroll Implementation
  • Search Movies
  • Movie Detail Page
  • Custom Modal and Hooks
  • Fully Responsive
  • Progressive Web Appplication (PWA)
  • Store Management using Redux
  • Unit Test ✖️ (soon)
  • Auto Complete Search ✖️ (soon)

⭐ Live Preview

Go to MoviesKu

💡 How To Install

# get source code
$ git clone https://github.com/agusdwis/moviesku.git

# install dependencies
$ yarn install

💡Add Environment Variables

$ touch .env

Add key-value variable to .env file:

REACT_APP_VERSION_CODE =v0.0.1
REACT_APP_MOVIES_API_URL=https://www.omdbapi.com
REACT_APP_MOVIES_API_KEY=faf7e5bb

💡Start App

# serve with hot reload at localhost:3000
$ yarn start

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

About

My Movies is a web application for searching movie data. This application is made with React.Js and TailwindCSS as base styles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published