Skip to content

JonsMendi/myMovies-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myMovies app

Objective

  • Using React, build the client-side for an Movie Application based on its existing server-side code (REST API and database) "movies-api".

App Essential Views and Features

  • REGISTER VIEW
  • Allows User to Register (Username, Password, Email and Birthday);
  • LOGIN VIEW
  • Allows User to Login (Username and Password);
  • MOVIES VIEW
  • Returns all Movies to User (Image, Title and Description);
  • Allows to sort and filter the movies;
  • Allows User to select a movie for more details (...Release Date, Director, Genre, Actors and Rating);
  • Allows User to add a specific movie to list of favorite;
  • PROFILE VIEW
  • Allows User to update they own Profile (Username, Password, Email, Birthday);
  • Display list of favorite movies and allows User to remove movie from list;

Back-end:

Server-side GitHub: movie_api;

Installation and Usage

  1. Install

$ git clone $ cd myMovies-client $ npm install

  1. Use

$ npm start

Author

Appreciation

  • CareerFoundry Mentors, Tutors and students;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published