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.)
To compile the project, install npm:
npm install npm@latest -gTo install:
- Clone the repo
git clone https://github.com/caasion/obsidian-ultimate-planner
- Install NPM packages
npm install
- Add your own API keys
Create
.env.localfile Add the TMDB API key toVITE_TMDB_API_KEYExample: VITE_TMDB_API_KEY=ABCDEF Add the respective Appwrite IDs toVITE_APPWRITE_PROJECT_ID,VITE_APPWRITE_DATABASE_ID, andVITE_APPWRITE_COLLECTION_ID - Compile Project
npm run dev

