Giter VIP home page Giter VIP logo

moviebazaar's Introduction

MovieBazaar

This is a movie listing website which uses TMDB API to display movies. There are various features such as searching for any movie and sorting the search results based on different criterias. You can also access your own profile page after signing-in in with google which is integrated using Firebase Google Authentication.

Demo

https://ds-movie-app.netlify.app/

Features

  • Search for movies
  • Sort the results on different parameters
  • Easy Sign-In using Google
  • Personal Profile Page

Tech Stack

Client: React, HTML, CSS, JS

Server: Node, Firebase,TMDB API, Netlify

Installation

Install moviebazaar with npm. Copy this repository link from github and open the folder where you want to install this project.
Double click on the folder's path and type in cmd to open terminal.
Then write these commands in terminal:

  git clone repo-url

Replace the "repo-url" with this repository's url that you copied.\

  code .

The code . is used to open this folder in vs code.
Then, execute these commands in vs code terminal:

  cd .\moviebazaar\
  npm install

Once the modules are installed, create a ".env" file in the moviebazaar folder and set up your environment variables for Firebase and TMDB api.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

REACT_APP_FIREBASE_API

REACT_APP_TMDB_API

Enter you API keys as :

REACT_APP_FIREBASE_API="enterhere"
REACT_APP_TMDB_API="enterhere"

replace "enterhere" with your api key.

After setting up your API keys execute this command in vs code terminal.

npm start

Feedback

If you have any feedback, please reach out to me at [email protected]

moviebazaar's People

Contributors

devashishsoni98 avatar

Watchers

 avatar

moviebazaar's Issues

Refresh on Profile page is not working

Changes that are done on the profile page are amazing in the movie Bazaar app

  • There is one small issue in that page
  • When , you refresh on the profile page , it will give you page not found
  • so kindly look into in this issue ,

HINT : There , is something to be done in the route part or netlify route setting also ๐Ÿ˜‰

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.