This is a simple frontend for displaying random quotes from https://type.fit/api/quotes. The frontend is built with Gatsby.js
- Showing random quotes
- Javascript
- Gatsby JS
To installation the project, follow these steps:
- Clone the repository to your local machine using
git clone https://github.com/Alitindrawan24/random-quotes-frontend
- Navigate to the project directory using the command line.
- Install dependencies
npm install
- Run the app using
npm run develop
- Build the static page
npm run build
- 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.