Movie Review App: React + NodeJS + TypeScript

May 31, 2021

The source code can be found on GitHub

The site: TomRotten

The follow is the file structure that I used for this project:

1

Quick and Easy movie reviews in 150 characters or less!

I created a movie review app that started out in JavaScript but was then later converted into TypeScript. This is a full CRUD app where users can create, read, update, and delete movie reviews as well as manage their own profiles. Users will be able to create accounts and leave movie reviews. Users can also check out other user movie reviews. There is a delete function that allows a user to delete their own reviews. This project uses Material-UI for styling. A Restful API architecture is used for this project. MySQL is the DB that will be used. An Express framework with NodeJS libraries will be used for this project.

The code can be found on GitHub .

IMAGES

  1. GitHub

    movie review app github

  2. GitHub

    movie review app github

  3. GitHub

    movie review app github

  4. GitHub

    movie review app github

  5. GitHub

    movie review app github

  6. GitHub

    movie review app github

VIDEO

  1. Movie Ratings Made Easy

  2. Explaining the movie recommendation system

  3. GitHub Student Developer Pack: Everything You Need to Know

  4. How to install an Android app from GitHub #shorts

  5. Next.js 14 Project: Create a Dynamic Movie Explorer App!

  6. Movie Recommendation System using Machine Learning Projects