Add Review - Copy this React, Tailwind Component to your project
Add Review Page ( /addReview ): Create an Add New Review page where users can submit reviews for games. The form will include: Game Cover Image/Thumbnail ( a URL for the game cover) Game Title/ Name (string) Review Description (text): A detailed review of the game. Rating (number): Allow users to provide a rating (e.g., 1 5 or 1 10). Publishing year: (Ex: 2021, 2024) Genres (dropdown): Users can select one (e.g., Action, RPG, Adventure). User Email (Read Only): Pre filled with the logged in user's email address. User Name (Read Only): Pre filled with the logged in user's name. Submit Button: On clicking, the review data will be stored in the database, and a success message will be shown using toast or sweet alert. This is a private/protected route, and only logged in users can access it. Redirect non logged in users to the login page.
