Le projet est en cours de développement.
Wallpaper App is a mobile application built in React Native for displaying images categorized and filterable, akin to Pinterest. It leverages the Pixabay API to fetch images.
- Display images by categories
- Filter images via (color, type)
- Integration with Pixabay API
- React Native
- Node.js (npm)
- Expo for mobile development
- Android Emulator
- Javascript
expo-linear-gradient@expo/vector-icons@gorhom/bottom-sheetexpo-blur
-
Clone the repository
git clone https://github.com/your-username/repository-name.git cd repository-name -
Install dependencies
npm install
-
Configure Pixabay API
- Get an API key from Pixabay API
- Create a .env file in the project root and add your API key:
PIXABAY_API_KEY=your_pixabay_api_key
-
Configure Pixabay API
- Use Android Studio emulator or iOS simulator to preview the app.
npm start ios // for IOS.. npm start android // for android.. npm stat // for Web..
- Expo Router - Official documentation for managing navigation in Expo projects.
- React Native Reanimated - A powerful library for creating smooth animations in React Native.
- Pixabay API Documentation - API documentation for accessing images and videos from Pixabay.
- Expo Icons - Browse and use custom icons available in the Expo ecosystem.
- JSON Formatter - Tool to format and validate JSON data.
- Flash List for image layout - Guidelines for laying out images in a visually appealing way.
- Fixing
android.packageerror inapp.json- Stack Overflow discussion on resolving Android package configuration errors in Expo projects. - Expo Image Component - Official documentation for using images in Expo projects.
- Filter modal using Bottom Sheet - Library for creating modal bottom sheets with filtering capabilities.
- Expo Blur View - Official documentation for implementing blur effects in Expo projects.
This project is currently under development. If you would like to contribute or encounter any issues, please open an issue on GitHub.
By Deva...