Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#2PlaysAMonth]: Image Gallery - Create a responsive image gallery by using the free Unsplash API #974

Merged
merged 23 commits into from
Mar 8, 2023

Commits on Feb 16, 2023

  1. Successfully created an image gallery which uses unsplash API and has…

    … infinite scrolling functionality
    siddhantsiddh15 committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    591be31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3a9a9e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/siddhantsiddh15/react-play

    This project contains the following principles of React
    
    1. useState
    2. useEffect
    3. promise handling using async await
    4. react form
    
    Following things have been used while making this project
    
    1. API handling from unsplash
    2. Grid
    3. Individual components (SearchBar can be reused separately)
    4. Have implemented the infinite scrolling where the images array are
       populated once we scroll to the bottom of the page
    5. Have used the Material UI icon for search bar
    
    The project is responsive as well.
    
    Following things are pending and trying to figure out the reason for the
    same
    
    1. Infinite scrolling is working on local system but when same code is
       being used in React play it is not working
    2. Will try to add React-Router and Redux functionaly for state
       management.
    siddhantsiddh15 committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    ff5795d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a38ad8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2f8ad1 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Configuration menu
    Copy the full SHA
    7bac98a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    174a96a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b13a13e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'unsplash-api-siddhantsiddh15' of https://github.com/sid…

    …dhantsiddh15/react-play into unsplash-api-siddhantsiddh15
    
    Changed the className from .body to .unsplash-image-gallery-body
    siddhantsiddh15 committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    15315a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    237fcc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5860aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    343ccc6 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    8f60255 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    7614b5a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    79e9d4b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. added the cover image

    siddhantsiddh15 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    70ed2f6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'unsplash-api-siddhantsiddh15' of https://github.com/sid…

    …dhantsiddh15/react-play into unsplash-api-siddhantsiddh15
    
    Added the cover image
    siddhantsiddh15 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    aced7cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    484c6a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c96f345 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    d7b1bb5 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    441d535 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    9f4a2ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    441229e View commit details
    Browse the repository at this point in the history