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.
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
- 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.
- 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/
- HTML
- JavaScript
- React.js
- Netlify
- Bootstrap
- bootstrap
- prop-types
- react
- react-bootstrap
- react-bootstrap-icons
- react-dom
- react-router
- react-router-dom
- @parcel/transformer-sass (dev)
- parcel (dev)
- process (dev)
- Netlify Link: https://www.netlify.com