Skip to content

sketchomania/yt-search-scroll

Repository files navigation

yt-scroll 👨‍💻

⭐ Get Started

# install expo cli
npm install -g expo-cli
# install dependencies
npm install

Or use yarn

yarn install

Add .env file to the root directory of the project

Content of .env file

# change the API_KEY with your api key

BASE_URL=https://youtube.googleapis.com/youtube/v3/
API_KEY=YOUR_API_KEY

Run project

# run project
npm start

⭐ Features

  • React Native expo app
  • Get Search results from youtube
  • Infinite scroll feature
  • Background based on device theme
  • Bottom Navigator for navigation

⭐ Demo :-

Web

wev view

Home Page

mobile homescreen mobile search screen initial

Search Results

search result screen search result infinite scroll

⭐ Contributing

If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome. Thanks a lot.