netflix-clone-using-react icon indicating copy to clipboard operation
netflix-clone-using-react copied to clipboard

Hey! I finally finished recreating this Netflix clone (took me more time than I expected 😅). My idea was to make everything static (movies, series, tv shows, ...) but then I found this really cool TM...

Results 1 netflix-clone-using-react issues
Sort by recently updated
recently updated
newest added

## Overview This PR improves the security and maintainability of the project by migrating all hardcoded Firebase and TMDB API keys into an `.env` file. ## Changes Made - Created...