Gallery Website

Using React.js and the unsplash API to fetch images and allows users to like and dislike images.

Tech stack used

React Badge Tailwind_CSS Badge Firebase-UI Badge Framer Badge

Website Link

Login Page

Installation

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.\

npm run build

Builds the app for production to the build folder.\

Details

You can sign up and log in into your account based on your credentials, once you sign up it will automatically log in into your account

In the gallery page you will have some initial images, if you want to fetch specific images you can type on the search bar a specific query and at the bottom of the page you will have a load more button that handles pagination.

You can like and dislike images by clicking on the thumb icon at the top-right corner of each image, a list with the liked images will be stored for each individual user.

Note: disliking an image will only remove it from the liked images list.

By clicking on the user icon on the header you can access the user page which shows the images you have currently liked and from there it will also be possible to remove images from the list.