Skip to content

📸📲This repository showcases a dynamic gallery app developed using React Native and JavaScript. Leveraging the power of the Stack.Navigator library, ScrollView library, useEffect hook, axios, and a REST API, this app offers real-time image fetching and implements server-side pagination to ensure optimal performance and prevent server overload

License

Notifications You must be signed in to change notification settings

abhishekGarg26/Gallery_APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gallery_APP

📸📲This repository showcases a dynamic gallery app developed using React Native and JavaScript. Leveraging the power of the Stack.Navigator library, ScrollView library, useEffect hook, axios, and a REST API, this app offers real-time image fetching and implements server-side pagination to ensure optimal performance and prevent server overload

APP PREVIEW

Screenshot 2023-06-01 at 2 26 15 PM Screenshot 2023-06-01 at 2 26 31 PM Screenshot 2023-06-01 at 2 26 56 PM

FEATURES

  1. Real-Time Image Fetching: The app employs a REST API to fetch images in real-time from a server. This ensures that users can access the latest and updated images without the need for manual refreshing.
  2. Server-Side Pagination: To optimize performance and prevent server overload, the app implements server-side pagination. It fetches a limited number of images (e.g., 20 images per page) at a time, reducing the server load and enhancing the app's responsiveness.
  3. Stack.Navigator Library: The app utilizes the Stack.Navigator library to implement smooth navigation between screens. This library offers a stack-based navigation system, allowing users to navigate back and forth effortlessly.
  4. ScrollView Library: The app leverages the ScrollView library to provide a smooth scrolling experience for users. This ensures that users can comfortably browse through a large collection of images without any performance issues.
  5. useEffect Hook: The app utilizes the useEffect hook to handle side effects, such as fetching images from the server and updating the UI. This hook ensures that the app remains responsive and efficiently manages data fetching processes.
  6. Axios: The app integrates the Axios library for making HTTP requests to the server's REST API. This library simplifies the process of fetching images and handling API responses, ensuring a seamless image retrieval experience.
  7. Dynamic Image Rendering: The app dynamically renders images fetched from the server, providing users with a visually appealing and interactive gallery experience. Users can view high-quality images, zoom in/out, and swipe through the image collection effortlessly.
  8. Responsive Design: The app is designed with responsiveness in mind, adapting to various screen sizes and orientations. It offers an optimal viewing experience on different devices, including smartphones and tablets.

ACCESS

Open the App.js file to start writing some code. You can preview the changes directly on your phone or tablet by scanning the QR code or use the iOS or Android emulators. When you're done, click Save and share the link!

When you're ready to see everything that Expo provides (or if you want to use your own editor) you can Download your project and use it with expo-cli using this link.

All projects created in Snack are publicly available, so you can easily share the link to this project via link, or embed it on a web page with the <> button.

If you're having problems, you can tweet to us @expo or ask in our forums.

Snack is Open Source. You can find the code on the GitHub repo.

SUMMARY

By utilizing React Native, JavaScript, Stack.Navigator, ScrollView, useEffect, axios, and server-side pagination, this gallery app delivers a seamless and responsive image browsing experience. Whether you're a photography enthusiast or looking to showcase visual content, this app provides a solid foundation. Start exploring and enjoying a vast collection of images today!

LICENSE

MIT LICENSE

About

📸📲This repository showcases a dynamic gallery app developed using React Native and JavaScript. Leveraging the power of the Stack.Navigator library, ScrollView library, useEffect hook, axios, and a REST API, this app offers real-time image fetching and implements server-side pagination to ensure optimal performance and prevent server overload

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published