/Box-Office

A movie search app that consumes external API to display data.

Primary LanguageJavaScript

Box-Office :--

A movie search app that consumes external API to display data.

Develop locally

  • Clone the Repository
        $ git clone https://github.com/nygupta/Box-Office
  • Install the dependencies
       $ npm install
  • Run the server - this will spawn a development server with port 3000.
    $ npm run start

Deployment

How to Deploy to GitHub pages

My Deployed Project