Skip to content

🎬 - CineTrending is application about movies/tv series that show movie/tv series trending and your informations

Notifications You must be signed in to change notification settings

Wesley-wsl/CineTrending

Repository files navigation

CineTrending

Demo 📸


Application deploy with netlify: 💨

https://cinetrending.netlify.app

📜 About the Project

CineTrending is application about movies/tv series that show movie/tv series trending and your informations, done consuming themoviedb API, the user can search your movie and see trendings.

🛠 Technologies

  • React.js
  • Styled-components
  • Typescript
  • themoviedb API
  • Axios
  • Eslint
  • Prettier
  • EditorConfig

  • 💻 How to run the application

    Pre-requisites: You must have the tools installed: Git, Node.js, and have one TMDB API KEY which can be generated by creating an account on the official TMDB website.

    # In the terminal, clone the project:
    $ git clone https://github.com/Wesley-wsl/CineTrending.git
    
    # Enter the project folder:
    $ cd CineTrending
    
    Create an .env file in the project root and paste your TMDB API KEY in the format below:
    REACT_APP_IMDB_API_KEY=YourKey
    
    # Install dependencies:
    $ yarn
    or
    $ npm install
    
    # Run the application:
    $ yarn start
    or
    $ npm run start
    

    Okay, now you can access the application from the route: https://localhost:3000/

    About

    🎬 - CineTrending is application about movies/tv series that show movie/tv series trending and your informations

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published