Skip to content

caasion/react-movie-app

Repository files navigation

React Movie App

About the Project

Cover Page

I built this react app as part of my journey to learn how to use React and APIs. The project comes from Javascript Mastery from Youtube.

This react project uses TailwindCSS for styling, retrieves movies from TMDB, and uses appwrite database to store search information (to display trending movies.)

Movies

Getting Started

To compile the project, install npm:

npm install npm@latest -g

To install:

  1. Clone the repo
    git clone https://github.com/caasion/obsidian-ultimate-planner
  2. Install NPM packages
    npm install
  3. Add your own API keys Create .env.local file Add the TMDB API key to VITE_TMDB_API_KEY Example: VITE_TMDB_API_KEY=ABCDEF Add the respective Appwrite IDs to VITE_APPWRITE_PROJECT_ID, VITE_APPWRITE_DATABASE_ID, and VITE_APPWRITE_COLLECTION_ID
  4. Compile Project
    npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published