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

Add gallery section [UI only] #13

Open
danger-ahead opened this issue Oct 15, 2022 · 9 comments
Open

Add gallery section [UI only] #13

danger-ahead opened this issue Oct 15, 2022 · 9 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest issues under hacktoberfest hacktoberfest2022 under hacktoberfest '22

Comments

@danger-ahead
Copy link
Member

Things to do:

  1. Create a gallery page where we can display images. [Can be a grid or carousel, the design should be responsive].
  2. Create a link to this page in the navigation bar (for both mobile and desktop view).

Note:

  1. The theme should go with the current website theme (use your designing skills to create the UI).
  2. The fetching and displaying of the images would be dynamic (we'll be passing a list of image links and the UI should be able to display the images accordingly, i.e, the number of images is not fixed and UI should be able to handle the number of images accordingly).
@danger-ahead danger-ahead added enhancement New feature or request good first issue Good for newcomers hacktoberfest issues under hacktoberfest hacktoberfest2022 under hacktoberfest '22 labels Oct 15, 2022
@burhanharoon
Copy link

Assign this to me. I would love to work on it. Cheers!

@danger-ahead
Copy link
Member Author

Go ahead @burhanharoon ! Best of luck!

@burhanharoon
Copy link

Great. So can you guide me about the API for getting these images?

@danger-ahead
Copy link
Member Author

Great. So can you guide me about the API for getting these images?

We're using firebase storage for the images.
I will add the backend connection part once you finish the UI.

The structure of the images array would be something like this:

'https://example.com/image1.png', 'https://example.com/image2.png', ....

Design the gallery component in such a way, so that once this array is available and passed, the UI would be generated accordingly, that is, the number of images in the carousel/grid would be generated accordingly.

@burhanharoon
Copy link

I need the environment variables.

@danger-ahead
Copy link
Member Author

I need the environment variables.

Hi please go ahead with the UI creation only. Test the UI with a list of your own. Maintainers will later add the backend connection.

@danger-ahead
Copy link
Member Author

@burhanharoon where are we?

@ritzd
Copy link

ritzd commented Oct 27, 2022

Assign this to me @danger-ahead, if this issue is still pending.

@burhanharoon
Copy link

Sorry, I cant work on this. I'm unassigning myself.

@burhanharoon burhanharoon removed their assignment Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest issues under hacktoberfest hacktoberfest2022 under hacktoberfest '22
Projects
None yet
Development

No branches or pull requests

3 participants