Skip to content

nicholasadamou/muuvies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Muuvies

preview

A simple UI for searching omdbapi.com/'s API.

license Say Thanks

What is "Muuvies"?

A web application used for searching omdbapi.com/'s API.

Features

This project uses:

OMDb API Key

In order for this project to correctly build, you must have an OMDB API key placed in a file called .env:

REACT_APP_OMBD_API_KEY=<key-goes-here>

To obtain an API key, please visit OMDb API Key and fill out the form.

Install Dependencies

The following snippet only needs to be ran once if dependencies are not installed:

yarn install # Installs dependencies

Building & Running the Web App

Simply run, yarn start.

Design

To view the figma design, click here.

License

Muuvies is © Nicholas Adamou.

It is free software, and may be redistributed under the terms specified in the LICENSE file.