- Project Description
- Technologies
- Features
- Install and build this project in Local Environment
- Status
A fully responsive website for searching for movies. Consuming TMDB API.
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.
-
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"
And that's it!git subtree push --prefix dist origin gh-pages
This project is finished.
Made with 💜 by Isabelle Brandão 👋 See my LinkedIn