Skip to content

XOP/upcoming-movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coming Up Next...

See vercel deployment here

Coming up next... logo

Simple service to check out info about upcoming movies.
Very handy when API provides sufficient data.

NB:
There are couple of experiments going on with the code,
choice of APIs and development solutions are exaggerated on purpose.

Main tools and Services

Extra resources

Local development

yarn install
yarn dev

.env

# Rapid API key
REACT_APP_RAPIDAPI_KEY = xxxxx

# IMDb API
REACT_APP_IMDBAPI_KEY = xxxxx

# list size
REACT_APP_ITEM_LIMIT = 5

# list size cap
REACT_APP_ITEM_CAP = 20

# DB settings
COMING_UP_MONGODB_ID = xxxxx
COMING_UP_MONGODB_COLLECTION = xxxxx
COMING_UP_MONGODB_PATH = xxxxx.mongodb.net
COMING_UP_MONGODB_USER = xxxxx
COMING_UP_MONGODB_PWD = xxxxx

Theming

See src/theme.css for tweaking theme variables.