/ReactVidly

Primary LanguageJavaScript

React Video Rental App

This is a work in progress project involving React. It is based on a React tutorial called coding with Mosh. The product is an app for renting movies with an editable list of titles.

Features:

  • Features user registration and login pages
  • Favorite movies can be marked as favorite
  • New movie titles can be added
  • Movies already in the stock can be edited or deleted
  • The movies list can be filtered by category
  • Movies can also be searched independently through the search bar
  • Note:

    To start the project you need to have Node Package Manager(NPM) installed. Then run the command `npm start` to start the server.

    'npm start' runs the app in the development mode.
    Open http://localhost:3000 to view it in the browser.

    The page will reload if you make edits.
    You will also see any lint errors in the console.