It is a personal project build on the MERN stack. It shows Trending Movies, TV-shows, and Actors. You can also search for the same, add them to your favorites and even post reviews about it.
Try here
ID:- [email protected]
Password:- test@12345
- Download the development folder.
- For Frontend, open the frontend folder in a code-editor and run the command :-
npm start
- For Backend, open the backend folder in the code-editor, then open config.env file and define all the environment variables in it and finally run:-
npm start
NOTE :- This Web-application is not responsive because my main focus was to learn React.Js and not CSS media queries. 😄