Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 933 Bytes

readme.md

File metadata and controls

28 lines (18 loc) · 933 Bytes

Wallpaper App 📱

hero

This is a simple native wallpaper app for Android an IOS. Users can search fro wallpapers or chose any from one of the various categories. Users can then either download the wallpaper to their device or share it.

Technologies Used

  • React Native
  • Expo
  • Reaniamated
  • Pixabay API

Getting Started

First fork and clone the repo. Then, run npm install to download all the dependencies. Now, set up your environmental variables. Make a .env file in the root of your project with the following variable (Pixaday API key):

API_KEY

Once that is done, run npm start and then scan the QR code using Expo Go to view the app.

Learning Resources