Skip to content

rfearing/moviegoers-guide

Repository files navigation

Ultimate Moviegoers Guide

3rd Party Tools Utilized

Coding Decisions Made

  • Utilize Aliases for calling files within the project. This prevents long directory imports.
  • Utilize CSS Modules with SASS implemtation
  • Note If you aren't familiar with Next.js, you can think of the /pages directory as your router

Building the App

yarn install

Before running the app you need to add a MOVIE_ACCESS_TOKEN environment variable (.env file in dev) from the Movie DB Settings Page

Running the App:

yarn dev Starts the development server.

yarn build Builds the app for production.

yarn start Runs the built app in production mode.

Testing the app

yarn test Runs Jest tests.

Notes

  • All components and code was developed by Ricardo Fearing unless otherwise noted.

About

Simple React App Utilizing the themoviedb.org API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages