An open API service indexing awesome lists of open source software.

https://github.com/r2hu1/fquotes

An engaging web application built with Next.js that fetches and displays random quotes from a dedicated API. A delightful way to discover and share inspiring quotes.
https://github.com/r2hu1/fquotes

javascript nextjs nodejs quotes-api react

Last synced: 7 months ago
JSON representation

An engaging web application built with Next.js that fetches and displays random quotes from a dedicated API. A delightful way to discover and share inspiring quotes.

Awesome Lists containing this project

README

          

# Quotes Web App

## Overview
This is a web application built with Next.js that displays random quotes to users. It fetches quotes from a random quotes API and displays them in a user-friendly interface.

## Features
- Displays a random quote on each page load.
- Built with Next.js, a popular React framework for building web applications.
- Fetches data from a reliable random quotes API.

## Installation
1. Clone this repository to your local machine.
2. Navigate to the project directory.
3. Install the necessary dependencies with `npm install`.
4. Start the development server with `npm run dev`.

## Usage
Open your browser and navigate to `http://localhost:3000` to view the application.

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.