Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tassawarhasib/image-gallery-react-native-app
This is a mobile application built with React Native that allows users to browse and view images from Flickr's recent photos feed.
https://github.com/tassawarhasib/image-gallery-react-native-app
android-studio expo javascript nodejs reactnative vscode xcode
Last synced: about 2 months ago
JSON representation
This is a mobile application built with React Native that allows users to browse and view images from Flickr's recent photos feed.
- Host: GitHub
- URL: https://github.com/tassawarhasib/image-gallery-react-native-app
- Owner: tassawarhasib
- Created: 2024-03-21T04:51:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-21T14:26:48.000Z (10 months ago)
- Last Synced: 2024-03-21T15:40:39.138Z (10 months ago)
- Topics: android-studio, expo, javascript, nodejs, reactnative, vscode, xcode
- Language: JavaScript
- Homepage:
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Image Gallery
This is a mobile application built with React Native that allows users to browse and view images from Flickr's recent photos feed.
## Features
- Fetches recent images from Flickr API.
- Displays images in a grid format.
- Allows users to view images in full screen.
- Caches images locally for offline viewing.## Screenshots
## Getting Started
### Prerequisites
- Node.js
- React Native CLI
- Android Studio (for Android development)
- Xcode (for iOS development)### Installation
1. Clone the repository:
```bash
git clone https://github.com/tassawarhasib/image-gallery-react-native-app.git
```2. Navigate to the project directory:
```bash
cd your-repo
```3. Install dependencies:
```bash
npm install
```### Usage
1. Start the Metro bundler:
```bash
npx react-native start
```2. Run the app on Android or iOS:
```bash
npx react-native run-android
# or
npx react-native run-ios
```### Contributing
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
## License
This project is licensed under the [MIT License](LICENSE).
## Acknowledgements
- Thank you to Flickr for providing the API used in this project.