A web application that allows users to search movies, TV shows, and the people that make it all possible.
Check it out at https://screensearch-web-production.up.railway.app/
- HTML, CSS, and Sass
- JavaScript ES6
- React.js
- Node.js and Express
- Railway for deployment
This project taught me A LOT about front-end development and building webpages capable of dynamically displaying information. Here are just some of the things I learned:
- Design and Layout using CSS and Sass
- Responsive and mobile-friendly design using Media Queries
- Creating React components and handling information using props and state
- Making requests using Axios to the TMDB API
- Creating dynamic content - presenting different information for movies as opposed to celebrities, scrollable galleries for posters or photos
Special thanks to:
- Jason Rivera for his wonderful React MovieDB API Youtube tutorial series - this project is an extension of his Movie Finder application.
- Everyone at TMDB for allowing me to use their amazing API!