This is a movie database created with React using theMovieDB.
Local Setup
git clone https://github.com/rebeccahongsf/react-moviedb.git
cd react-moviedb.git
npm install # Install node_modules dependencies
Build Command(s)
npm build # Builds Applciations
npm start # Starts development server at http://localhost:3000/
Not currently open to contributions