Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alitindrawan24/random-quotes-frontend
This is a simple frontend for displaying random quotes from https://type.fit/api/quotes. The frontend is built with Gatsby.js
https://github.com/alitindrawan24/random-quotes-frontend
gatsby gatsbyjs hacktoberfest hacktoberfest-accepted hacktoberfest2024 random-quotes
Last synced: 3 months ago
JSON representation
This is a simple frontend for displaying random quotes from https://type.fit/api/quotes. The frontend is built with Gatsby.js
- Host: GitHub
- URL: https://github.com/alitindrawan24/random-quotes-frontend
- Owner: Alitindrawan24
- License: mit
- Created: 2023-03-29T15:52:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T12:20:11.000Z (over 1 year ago)
- Last Synced: 2024-11-04T05:02:28.808Z (3 months ago)
- Topics: gatsby, gatsbyjs, hacktoberfest, hacktoberfest-accepted, hacktoberfest2024, random-quotes
- Language: JavaScript
- Homepage: https://main--relaxed-moxie-64a287.netlify.app/
- Size: 489 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Random Quotes Frontend
This is a simple frontend for displaying random quotes from https://type.fit/api/quotes. The frontend is built with Gatsby.js## Features
- Showing random quotes## Tech
- Javascript## Package/Frameworks
- Gatsby JS## Getting Started
To installation the project, follow these steps:
- Clone the repository to your local machine using
```bash
git clone https://github.com/Alitindrawan24/random-quotes-frontend
```
- Navigate to the project directory using the command line.
- Install dependencies
```bash
npm install```
- Run the app using
```bash
npm run develop
```
- Build the static page
```bash
npm run build
```## How to contribute
- Star this repository.
- Create an issue with description that how you want to contribute in this project.
- Then fork this repository.
- In forked repository add your changes.
- Then make pull request with issue number.
- Wait for review.