Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.85 KB

README.md

File metadata and controls

50 lines (41 loc) · 1.85 KB

Movie Mike's link

Movie API

Description

This web application provides users with access to information about different movies, directors, and genres. Users can sign up, update their personal information, and create a list of their favorite movies.

Objective

Using React, build the client-side for the app called MovieMike's based on its existing server-side code (Movie API and database).

Movie Mikes Live Demo

Using MovieMike's

  • Must log in or create an account.
  • Once logged in, a list of Movies will show. ( 11 movies total )
  • You can filter by genre.
  • You can Search by Name.
  • You can explore Profile, Genre, and Director tabs freely.
  • Want to update User info? The profile tab allows you to do that.

Hosting yourself

  • Download the Clint-side or Clone it from Github
  • Using Parcel from Dev dependencies, just run parcel src/index.html in your terminal. This will host the app on http://localhost:1234/

Used

  • HTML
  • JavaScript
  • React.js
  • Netlify
  • Bootstrap

Dependencies

  • bootstrap
  • prop-types
  • react
  • react-bootstrap
  • react-bootstrap-icons
  • react-dom
  • react-router
  • react-router-dom
  • @parcel/transformer-sass (dev)
  • parcel (dev)
  • process (dev)

WebHost Used