gregoriodelasheras / myvhs-client-a

Client-side web application for visualizing and managing server-side data (myVHS MEN). Built with TypeScript, Node.js, Angular and Angular-Material.

Home Page:https://herasdev.com/myvhs-client-a/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Web App for enthusiasts of 80's movies. All in one VHS! Built with the MEAN stack, TypeScript, its own API and deployed with GitHub Pages.


Table of Contents
  1. About The Project
  2. Built With
  3. Get Started
  4. Server-side
  5. License
  6. Contact
  7. Acknowledgements

About The Project

App Screenshot

Objective:

  • Build a web application that provides users with access to information about different movies, genres, directors and actors of the 1980s. Users are able to register, update their personal information, deregister and create a list of "Favorites" and "To Watch" movies.

User Stories:

  • As a user, I want to be able to receive information on movies, genres, directors and actors of the 1980s so that I can learn more about movies I’ve watched or am interested in.
  • As a user, I want to have a "Favorites" list and a "To Watch" list, and add and remove movies from them.
  • As a user, I want to access a simple web application with a minimalist interface, displaying only essential information.
  • As a user, I want to be able to create a profile so I can save data about my favorite movies.
  • As a user, I want to be able to update my personal data.
  • As a user, I want to be able to deregister my profile from the web application database.

Key Features:

  • Return a list of movies of the 80's to the user.
  • Return data about a single movie by title to the user.
  • Return data about movie genres to the user.
  • Return data about directors and actors to the user.
  • Allow new users to register.
  • Allow users to update their data by username.
  • Allow existing users to deregister by username.
  • Allow users to add and remove movies to their "Favorites" list by movie ID.
  • Allow users to add and remove movies to their "To Watch" list by movie ID.
  • Secure access to the API data: authentication and authorization with HTTP and JSON Web Token.

Kanban Board:

The development of this application was organized through a Kanban board. You can see the board by following this link.


Built With

Dependencies

  • @angular

Dev Dependencies

  • angular-cli-ghpages
  • eslint
  • jasmine-core
  • karma
  • typedoc
  • typescript

Get Started

This project was generated with Angular CLI version 12.1.2.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.


Server-side

To see the Server-side of the app, please check this repository.


License

Distributed under the MIT License. See LICENSE for more information.


Contact

Francisco Gregorio de las Heras: LinkedIn

Project Link: https://herasdev.com/myvhs-client-a/


Acknowledgements

This project was done as part of CareerFoundry's Full-Stack Web Development Program (Project 6 - Angular App).

About

Client-side web application for visualizing and managing server-side data (myVHS MEN). Built with TypeScript, Node.js, Angular and Angular-Material.

https://herasdev.com/myvhs-client-a/

License:MIT License


Languages

Language:TypeScript 64.9%Language:HTML 26.7%Language:SCSS 6.7%Language:JavaScript 1.8%