Coder Social home page Coder Social logo

lorynmason / movie-stalker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tmcmeans/movietracker-frontend

1.0 1.0 0.0 48.41 MB

Movie Stalker is an app for horror movie fans to track their favorite movies.

HTML 2.63% JavaScript 86.27% CSS 11.10%

movie-stalker's Introduction

MOVIE TRACKER

MOVIE TRACKER is a web based application built in React that allows the user to save and favorite a collection of recent popular films based on a horror movie theme. Users can view films by title and poster art, as well as browse films by release date and overview. Movie data is fetched and populated via The Movie Database API. Account handling is executed via a local backend server.

Installation and Setup Instructions

go to https://www.themoviedb.org/documentation/api request an api key
Starting up the backend:

git clone https://github.com/turingschool-examples/movie-tracker

Rename the movie-tracker directory 'movietracker-backend'

cd into the 'movietracker-backend' directory

npm install

npm start
Starting up the frontend:

git clone https://github.com/lorynmason/movie-stalker.git

cd into the 'movietracker-frontend' directory

create a file in src called apikey.js

set up file like this:
export const key = 'your key here'

npm install

npm start- say yes if asked if you should start the server on a new port

Project Goals

Our goals for this project were to:

  • Utilize the The Movie Database API to fetch, store and display movie data
  • Connect to a local backend database to save user data and allow users to sign in/sign out
  • Build UI that allows for favoriting and un-favoriting unique movies saved in a logged in user's collection
  • Use React Router to add routing capability and navigation to different areas of the application
  • Integrate Redux architecture as a global state management tool to access data on the frontend
  • Employ test driven development (TDD) in production of the application and provide full test coverage for all aspects including async functionality and Redux

Team

Tanj McMeans- Github

Loryn Mason- Github

Mike Duke- Github

Technologies and Resources

  • React
  • React Router
  • Redux
  • Redux Thunks/Middleware
  • Enzyme/Jest
  • REST API
  • HTML5
  • SASS
  • Git Rebase Workflow
  • Github

Original Wireframe

home-page

Implementation

home-page login interactive-gif

movie-stalker's People

Contributors

lorynmason avatar mike-duke avatar tmcmeans avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.