Skip to content

Ishwor-git/quotesHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quotes Hub

A simple React application that displays quotes from different categories.

Table of Contents

Description

The Quote App is a React-based web application that allows users to explore and discover quotes from various categories. Users can view quotes in different categories, and the app provides a button to fetch a new quote in each category.

Features

  • Display quotes from different categories.
  • Fetch new quotes with a button click.
  • Responsive design for a seamless experience on various devices.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/quote-app.git
  2. navigate to project directory

    cd quote-app
  3. install dependencies

    npm install

Usage

  1. start development server

    npm start
  2. Open your browser and visit http://localhost:3000 to view the app.

  3. Explore different categories, view quotes, and click the "Get Another Quote" button to fetch new quotes.

Contributing

If you'd like to contribute to the Quote App, follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/new-feature.
  3. Make your changes and commit them: git commit -m 'Add new feature'.
  4. Push to the branch: git push origin feature/new-feature.
  5. Submit a pull request.

About

get random quotes from various category

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published