Skip to content

QuoteNest offers mood-related quotes for easy sharing. Users can swiftly copy quotes for various platforms.

Notifications You must be signed in to change notification settings

danishkhan424/QuoteNest

Repository files navigation

QuoteNest

Description:

QuoteNest is a website project developed during Construct Week. This platform enables users to discover mood-related quotes quickly and easily, facilitating seamless copying for use across various platforms.

Author

Demo

How to Use

Upon visiting the website:

  • Users are directed to the homepage featuring template quotes.
  • The navigation bar consists of four links: Home, Generate, About, and Signup, accompanied by the QuoteNest logo.
  • At the bottom, the footer includes social links.

1. HOME and About Sections:

  • Users can navigate through these sections effortlessly.

2. Generate Button:

  • Clicking on the Generate button redirects users to the Signup page.
  • A toast notification from Chakra UI indicates "User not found, Please signup first."
  • Users must register before proceeding.

3. Signup Process:

  • After completing the signup process, users receive a toast notification stating "Account has been created, Please login."
  • Users are redirected to the login page.

4. Login:

  • Upon successful or unsuccessful login attempts, users receive a corresponding toast notification.

5. Generate Page:

  • Successful login redirects users to the Generate page.
  • Here, users can select the number of quotes and their type (short or large) before generating.

6. Quote Generation:

  • Upon clicking the Generate button, data is fetched.
  • Quotes are displayed in a grid format based on user preferences.

7. Quote Cards:

  • Each quote card includes an option to copy the quote.
  • Pagination is available for navigating through multiple pages.

8. Single Quote Page:

  • Clicking show more on a quote card redirects users to the single quote page.
  • Here, users can access additional information about the selected quote.

Features:


What I Learned

Building this project taught me invaluable lessons. Despite encountering numerous challenges, including implementing sliders, creating a wavy background, and ensuring responsiveness for an appealing UI, I persevered. Overcoming these obstacles not only strengthened my technical skills but also instilled in me the importance of resilience and determination in the face of adversity.


Installation

To install the necessary packages, run the following commands in your terminal:

npm install
npm run quote

Dependencies

    "@chakra-ui/icons": "^2.1.1",
    "@chakra-ui/react": "^2.8.2",
    "@emotion/react": "^11.11.4",
    "@emotion/styled": "^11.11.0",
    "axios": "^1.6.7",
    "framer-motion": "^11.0.8",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "^6.22.2",
    "react-slick": "^0.30.2",
    "slick-carousel": "^1.8.1"

Data Source

To fetch the data, the following API was utilized: Quotable

Screenshots

Gif

QuoteNest Gif

Default Screen

Default Screen Home Page

Default Screen About Page

Default Screen signUp Page

Default Screen login Page

Default Screen Generate Page

Default Screen afterGridGenerate Page

Default Screen singleCard Page




Small Screen Home Page

Small Screen Home Page

Medium Screen Home Page

Medium Screen Home Page




Note:   Please refer to the screenshots provided for a visual representation of the project's interface and functionality.

About

QuoteNest offers mood-related quotes for easy sharing. Users can swiftly copy quotes for various platforms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published