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.
- Host: GitHub
- URL: https://github.com/r2hu1/fquotes
- Owner: r2hu1
- Created: 2023-12-22T10:55:51.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-14T07:03:51.000Z (over 1 year ago)
- Last Synced: 2024-07-14T08:21:22.156Z (over 1 year ago)
- Topics: javascript, nextjs, nodejs, quotes-api, react
- Language: JavaScript
- Homepage: https://fquotes.vercel.app
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.