/vidly-react

Creation of a react application based on the course of Mosh Hamedani

Primary LanguageJavaScript

Vidly application

This project is based on the react course made by Mosh Hamedani

Content of this course

  • Creating reusable react component
  • Learning Lifecycle hooks
  • Paginating, filtering, sorting
  • Routing
  • Forms and their validation
  • Calling backends services - Axios used for this project
  • Authentification & Authorization
  • Deployment

Online version

The online version of this project is available here

Login in the app

Type username password
admin admin@admin admin
user user@user user1

Register tab

The register tab will create a new user, so will not be able to delete a movie.

Run Project in local

Install the node_modules with

npm install

and then run the app with

npm run start