MERN -assignment
MERN -assignment
com/
Objective:
1. User Features:
o View movie details fetched from IMDb's Top 250 Movies.
Reference URL: https://www.imdb.com/chart/top?ref_=nv_mv_250
o Search movies by name or description.
o Sort movie details by name, rating, release date, and duration.
2. Admin Features:
o Add new movie details.
o Edit or delete existing movies.
Requirements:
Frontend
Framework: React.js
Styling: Material-UI for CSS and responsiveness
Features:
o User Pages:
Home Page: Displays all movies with pagination.
Search Page: Allows filtering and searching for movies by name or
description.
o Admin Pages:
Add Movie Page: Form for adding new movies.
Edit/Delete Movie Page: Admin functionalities for modifying movie
details.
o Authentication:
Implement JWT-based authentication for user login and role-based
access control.
o Routing:
Use react-router-dom to protect admin routes and manage
navigation.
o State Management:
Use Context API or Redux for managing application state.
Backend
Additional Instructions:
Evaluation Criteria: