Code Monkey home page Code Monkey logo

wolkus's Introduction

WOLKUS MOVIE LIBRARY

VARUN PANDEY 20MIC0139

This repository contains the DREAM SOFTWARE INTERNSHIP task/submission for Wolkus Technology Solutions.

Technologies Used:

  • React + Vite: The frontend of the application is built using React, a popular JavaScript library for building user interfaces, and Vite, a fast build tool for modern web development.

  • Firebase: Firebase provides backend services and a real-time database for the application. It's used for user authentication and data storage

  • TMDB Movie API: The application fetches movie data from The Movie Database (TMDB) API, which provides a rich source of movie information, including details, ratings, and reviews.

  • Vercel: Vercel is used for deployment, providing a platform to host the application.

Run Instructions:

To run this application locally, follow these steps:

  1. Clone the Repository:
git clone https://github.com/varunpandey2106/Wolkus.git
  1. Get Firebase Credentials: Obtain Firebase credentials from the Firebase Developer Console. This includes the Firebase project's configuration, such as the API key, authDomain, projectId, etc.

  2. Get TMDB API keys

  3. Configure Environment Variables: Create a .env file in the root directory of the project and add the Firebase credentials as environment variables along with API key.

.env:
VITE_API_KEY="MOVIEAPIKEY" 
VITE_FIREBASE_API_KEY="  "
VITE_FIREBASE_AUTH_DOMAIN=" "
VITE_FIREBASE_PROJECT_ID=" "
VITE_FIREBASE_STORAGE_BUCKET=" "
VITE_FIREBASE_MESSAGING_SENDER_ID=" "
VITE_FIREBASE_APP_ID=" "
  1. Install Dependencies:
npm install
  1. Run the Application:
npm run dev
  1. Access the Application: Once the application is running locally, you can access it in your web browser at http://localhost:5173.

Deployment:

This application is deployed using Vercel. Any changes pushed to the main branch are automatically deployed to the production environment.

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.