As a user, when I input a movie search query or on filters, the results should appear without a problem.
Below is one solution that shows there is a spelling mistake.
<!DOCTYPE html>
<html>
<body>
<p contenteditable="true" spellcheck="true">This is a praggagraph. It is editable. Try to change the text.</p>
First name: <input type="text" name="fname" spellcheck="true">
</body>
</html>
As a user, when I input a movie search query or on filters, the results should appear without a problem.
Below is one solution that shows there is a spelling mistake.
Refference:
(https://www.w3schools.com/tags/att_global_spellcheck.asp#:~:text=HTML%20spellcheck%20Attribute&text=The%20spellcheck%20attribute%20specifies%20whether,Text%20in%20elements)
This link below has complete movies and actors' .txt files. This can be used in autocomplete:
(https://www.cs.princeton.edu/courses/archive/spring22/cos226/assignments/autocomplete/checklist.php)