Skip to content

akshaya1255/Quote_Gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quote gallery - Group 2


A React based frontend project that fetches and displays quotes. The quotes are presented in a clean, simple theme based UI with simple animations along with a Navbar, Footer and various other features which are explained below.


API used - https://dummyjson.com/quotes?limit=1454&skip=0


Version - 1 (initial draft)

Screenshot 2025-05-21 155407

Version - 2 (after adding a footer)

Footer mainly contains links to Quote clubs on the social media platforms - Facebook, Intagram, X(Twitter) and Pinterest, and also the links to navigate through the platform.

Screenshot 2025-05-26 113425

Version - 3 (after adding pagination)

Instead of fetching and displaying all the data at once, pagination is added which ensures faster load times and allows users to browse content in a more organized way, which enhances the experience.

image

Version - 4 (after adding loader, detailed card, routing and responsiveness)

Loader/Spinner:

Added a spinner to the display when the data is still being fetched from the API.

Screenshot 2025-05-28 180548

Detailed card:

When user clicks on any card on the home page, they will get directed to a page where there is a detailed explanation of the selected card details which also contains a button to go back to home page easily. (right now the detailed page just contains the quote and the author but this can be improved later).

image

Routing:

Routing is added with react-router-dom to change the path in the URL and also the effective change of displayed content.

image

Responsiveness: (on various devices)

The website is made responsive using media queries, which can be seen in the following screenshots.

Screenshot 2025-05-28 180345

Screenshot 2025-05-28 180355

Screenshot 2025-05-28 180509

Screenshot 2025-05-28 181603

About

REACT UI Assignment - PLACEWIT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors