jiggy1com / react-tmdb

React & NodeJS app utilizing the TMDB (The Movie Database) open API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-tmdb

Live Online Demo

https://jv-react-tmdb.herokuapp.com

This is a personal project using React utilizing The Movie Database API.

This application is based on the boilerplate provided by The Complete React Web App Developer Course found here: https://www.udemy.com/the-complete-react-web-app-developer-course/learn/v4/overview

Installation

Clone or download, then...

  1. Install the node modules
npm install
  • You may need to manually install `jquery`
npm install jquery
  1. Bundle everything....
webpack
  1. Start the server...
nodemon server.js
  1. Visit the site...
http://localhost:8888

If you have questions, drop me a line.

About

React & NodeJS app utilizing the TMDB (The Movie Database) open API


Languages

Language:CSS 94.6%Language:JavaScript 5.4%Language:HTML 0.0%