diff --git a/index.html b/index.html index 1a51ca1..13dcb6b 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,9 @@ - + - Vite + React + TS + Movie Explorer diff --git a/public/popcorn.svg b/public/popcorn.svg new file mode 100644 index 0000000..324bb3f --- /dev/null +++ b/public/popcorn.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + diff --git a/src/App.tsx b/src/App.tsx index 6b307af..ffdf507 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -91,7 +91,6 @@ function App() { return movies.slice(0, desiredLength) } //TODO: search bar - //TODO: genre search? return ( <> @@ -104,7 +103,6 @@ function App() {
- {/* //TODO: fix initial screen */}