Skip to content

Latest commit

 

History

History
112 lines (84 loc) · 2.57 KB

README.md

File metadata and controls

112 lines (84 loc) · 2.57 KB

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