Vidly

Vidly Front Page


Table of Contents


About the project

In this project I'm going to create a front-end for my Vidly project, which is a back-end for a movie rental company. in this part I will create all user interaction from user registration, login, movie registration, genres, etc.

15/04/2022: I configured axios to make requests to the backend, now it is possible to register a new user in the database or log in with an existing user, using the backend routes.


Technologies


Functionalities

  • Front Page
  • Login
  • Register User
  • Session Control
  • Register Movies
  • List Movies
  • Register Genres
  • List Genres
  • Select and Rent a Movie
  • Create Customer

Layout

First Page

First Page

Login

Login

Register

Register


How to use

# Clone this repository
$ git clone https://github.com/samircunha/Vidly-Front-Page.git

# Go to the folder
$ cd form

# Install the dependencies
$ npm install

# Finally, run
$ npm start

# If it doesn't open by itself, go to http://localhost:3000.