Skip to content

website for search for movies consuming TMDB API - made with javascript, next.js and styled-components

License

Notifications You must be signed in to change notification settings

isabdch/cinefinder

Repository files navigation

CineFinder


📖 Table of Contents


✏️ Project Description

A fully responsive website for searching for movies. Consuming TMDB API.


🖥️ Technologies

  • JavaScript;

  • Next.js;

  • Axios;

  • Styled Component;


🥇 Features

The user can:

  • View trending movies of the week;
  • Surf through multiples movies genres;
  • Discover movies;
  • Search for a specific movie and its info;
  • Enable or disable dark mode.

🚀 Install and build this project in Local Environment

  • Installation

    • Clone or download this repository;
    • In the project folder, run the code below to install all dependencies
      npm install
  • Build

    • Create a repository on GitHub;
    • Run the following code:
      git init
      git status
      git add .
      git commit -m "my first commit"
      git branch -M main
      git remote add origin <your_repository_name>
      git push -u origin main
    • Then to finally build the project run:
      npm run build
      git add dist -f    
      git commit -m "adding dist"
      git subtree push --prefix dist origin gh-pages
      And that's it!

⏱️ Status

This project is finished.


Made with 💜 by Isabelle Brandão 👋 See my LinkedIn

About

website for search for movies consuming TMDB API - made with javascript, next.js and styled-components

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published