Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.