Skip to content

A movie catalog website based on the data provided from ​ The Movie Database (TMDb)

Notifications You must be signed in to change notification settings

imtiaz101325/spuds_digest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spud's Digest

A movie catalog website based on the data provided from The Movie Database (TMDb)

This project was bootstrapped with Create React App.

The project development and workflow is being documented using Trello and can be accesed by visiting here or in the Boards tab of this project

How to run

Install Node.js from here Open terminal at the containing folder and run the following command

npm install
npm run start

Live version

Master is automatically deployed to heroku and can be seen here

Tests

run coverage report using npm test -- --coverage

Build

npm run build creates a build directory with a production build of your app. Set up your favorite HTTP server so that a visitor to your site is served index.html, and requests to static paths like /static/js/main..js are served with the contents of the /static/js/main..js file. (these instructions are from CRA more can be found here

About

A movie catalog website based on the data provided from ​ The Movie Database (TMDb)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published