Skip to content

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

Notifications You must be signed in to change notification settings

SagarSharma250/vidly-react

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.6%
  • HTML 4.0%
  • CSS 2.4%