Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.