API who show a list of movies or series and you can navigate or filter what do you want to see
The app was created with ReactJS + VITE and use the IMDb API for the results
Visit the app:
You can run this application and take a look to the source code, you will need to install NodeJS and then:
# go to the folder project and run in the CMD Window
npm install
create an account in IMDB API then create a file named '.env' and write
# write your own key
VITE_API_KEY=write_your_key_here
Once you've created a .env file with your own key you can RUN de app
npm run dev