https://80s-movies-app.netlify.app/
The 80s Movies App allows access to information movies from the 1980's. Users will be able to sign up, update their personal information, and create a list of their favorite 80's movies.
Developer: Simon Bertoli
npm install
npx parcel src/index.html
And then go to localhost:1234
- NodeJS
- HTML5
- React
- Javascript
- SASS
- UIKit
- Parcel
- Bootstrap
Login / Registration View
- Allows uses top alternate between Logging in to the app or creating an account
Main View
- Returns a list of all the movies in the database - Title, Movie Image and IMDB Rating
- Allows searching from the Navigation Bar
- Allows sorting via IMDB rating
Movie View
- Displays specific details about the movie - Director, Actor(s), Genre(s), Movie Description
- Allows user to add movies to a favourites list
- Allows user to view biography of Director and Actor(s)
- Allows user to view all Movies of a Genre
Profile View
- Displays a users account information and favourite movie list
- Allows user to update their account details
- Allows user to delete their account
- Allows users to delete movies from their favourite list