/udinflix

This is a simple movie searcher build with React JS and OMDb API. You can search and create your favorite list with udinflix.

Primary LanguageJavaScript

udinflix

Udinflix Movie Search App 🎬

This is a simple movie searcher build with React JS and OMDb API. You can search and create your favorite list with udinflix.

Using Atomic Design as design pattern for reusability and easy updates.

Live Demo

you can check out udinflix demo here! hosted on netlify

Installation

Clone Repo

# clone the repo
$ git clone https://github.com/komarudinn/udinflix.git

# go into app's directory
$ cd udinflix

# install app's dependencies
$ npm install

Usage

Generate a free OMDBb API key here OMDb API KEY

# Create your .env file and put your api key in .env
$ cp .env-example .env

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

# build for production with minification
$ npm run build

Deployment

For the deployment you can check netlify guide to deploy your app from here

Dependencies