Movie Hangout is a single page web application where you can see details of movies and find the most popular and rated movies at the current moment. You can share your thoughts about the movie by leaving comments and save the movies that you like under your favorite list!
- designed with Javascript and React
- importing up-to-date data from THE MOVIE DB APIs by fetching to the backend
- has full validations and authentication with JWT token
- styled with Semantic UI framework and custom CSS
- including multiple search and sort functions: search by keyword, sort by genre, name, and rating
you can find it at: https://github.com/Nihaprezz/movie-hangout-backend
- open and run 'npm install'
- run 'npm start'