Code Monkey home page Code Monkey logo

moviex-react-app's Introduction

๐ŸŽฌ Movie Explorer using TMDB API -- App Link

A React-based web application that provides an intuitive movie browsing experience. Users can search for movies by keywords and explore an organized gallery. Clicking on individual movies will offer detailed information about the movie. See demo video here.

โœจ Features

  • Movie Search: Enables users to search for movies using keywords, and sort results by attributes.
  • Movie Gallery: Displays movies in a visually pleasing manner.
  • Detailed View: Upon clicking a movie, users are presented with detailed information about the movie.

๐Ÿ›  Skills, Libraries, and Tools Used

  • React: The main library used for building the user interface of the application.
  • TypeScript: A superset of JavaScript, adding static types for better type-checking and tooling.
  • Axios: A promise-based HTTP client for making asynchronous requests to the TMDB API.
  • React Router: Enables navigation between different components and handles routing for the app.
  • SCSS/CSS: For styling the components and making the UI responsive.
  • ES6+: Utilizes modern JavaScript features for cleaner and more efficient code.
  • Webpack: For bundling and optimizing the front-end assets.
  • Node.js & npm: For environment setup, package management, and running the development server.

TMDB API Usage

TMDB API: This application uses the TMDB API to fetch movie data.

An example API Key based request looks like:

curl --request GET \
     --url 'https://api.themoviedb.org/3/movie/11?api_key=43f32466ca1ce72ff63dd88e6eeebdcd'

Finding Data

Reference: TMDB Documentation

  • /search: Text-based search by providing a query string and get the closest match(original, translated and alternative names and titles).Search & Query For Details
  • /discover: Search based on filters or definable values like ratings, certifications or release dates. Details refer to Here.
  • /find: Find data with exsiting external IDs.(i.e. IMDB ID of a movie, TV show or person).

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.\

npm test

Launches the test runner in the interactive watch mode.\

npm run build

Builds the app for production to the build folder.\

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

moviex-react-app's People

Contributors

yangfei4 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.