This project is for learning purposes only. It’s a practice project to explore React, Appwrite and Cypress, experiment with real-world concepts, and build hands-on experience in frontend development, API integration, and testing.
It's a way to document my learning journey and showcase my progress. 🚀
- React.js
- Appwrite
- Tailwind CSS
- Cypress
- Browse all movies from TMDB
- Display trending movies
npm install
The following variables are needed inside of your .env.local
. Insert your credentials from TheMovieDatabaseAPI and Appwrite
VITE_IMDB_API_KEY=
VITE_APPWRITE_PROJECT_ID=
VITE_APPWRITE_DATABASE_ID=
VITE_APPWRITE_COLLECTION_ID=
npm run start