feat: add RandomMovie component for enhanced user experience; implement movie filtering and random selection functionality, and update page layout to include new component

This commit is contained in:
Norbert Maciaszek
2025-10-25 23:02:25 +02:00
parent af4689d726
commit 68fb45d6ef
4 changed files with 195 additions and 32 deletions

9
.prettierrc Normal file
View File

@@ -0,0 +1,9 @@
{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"arrowParens": "avoid"
}