This is a simple movie app built with React Native and Tailwind CSS. It uses the The Movie Database (TMDb) API to fetch movies.
- Sign up over at themoviedb.org and get an API key.
- Fork the project and clone it locally.
- Change the .env.example file to .env. Update the content as below
API_KEY=YOUR_API_KEY
In the project directory, you can run:
yarn
yarn dev
✨ If you like this project, give it a ⭐