gabholli / media-site

A media finder that I created using React.js, Tailwind CSS, TypeScript and Next.js
MIT License
0 stars 0 forks source link

Implement search functionality on movies list page #1

Closed gabholli closed 6 months ago

gabholli commented 6 months ago

Mission accomplished!

gabholli commented 6 months ago

Store current search text in local storage

gabholli commented 6 months ago

Used local storage to store value in input text field between refresh of page.