/CinemaMern

Mern Cinema Application

Primary LanguageJavaScript

CinemaMern

A simple Mern cinema application.

Includes:

  • Login/Register using Redux
  • Book A Ticket
  • Download Booked Ticket from Profile Page
  • Add A Movie
  • Delete Movie

I wish to add more to this but I haven't got the time. Perhaps you can add onto it.

Important Info:

  • You might notice that only the authentication method has been done using Redux Toolkit, this is because I applied it halfway into the project.
  • The Movie Image URLs are cloudinary links where images have been placed.
  • You'll have to add your own MongoDB link in App.js. Movie Data has been provided in movies.json file.
  • Some of the FrontEnd assets I've picked up from here and there.

Would not have been possible without @MuhammadTouseef and @bradtraversy