Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.65 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.65 KB

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/