Tech stack
Client side: JavaScript, React, React Hooks, React Router, Bootstrap, HTML, CSS
Server side: Python, Flask
API: OMDB API
Main files:
root.jsx for handling client side
main.py for handling server side
Install the dependencies from requirements.txt using pip3 install:
pip3 install requirements.txt
python3 server.py
Open App in localHost and enjoy Movie search App!
OR
Visit https://li-movie-search.herokuapp.com/ to check it out!