https://github.com/robhhr/quotes
WP-based random quote generator 💬
https://github.com/robhhr/quotes
Last synced: 2 months ago
JSON representation
WP-based random quote generator 💬
- Host: GitHub
- URL: https://github.com/robhhr/quotes
- Owner: robhhr
- Created: 2019-07-24T02:43:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T04:35:00.000Z (over 2 years ago)
- Last Synced: 2025-04-13T22:15:33.363Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 3.23 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
## Quotes on Dev 💬
WP-based theme that fetches a random quote on load and accepts quotes submissions. Built with HTML, WordPress, CSS (SASS), PHP, vanilla JS & jQuery.
This project is a random quote generator that saves the quotes in the archives back-end and supports personal quotes submissions.
## Installation
### 1. Download me (don't clone me!)
Then add me to your `wp-content/themes` directory.
### 2. Rename the `quotesondev-starter-master` directory
Make sure that the theme directory name is project appropriate!
### 3. Install the dev dependencies
Next you'll need to run `npm install` **inside your theme directory** to install the npm packages you'll need for Gulp, etc.
### 4. Update the proxy in `gulpfile.js`
Lastly, be sure to update your `gulpfile.js` with the appropriate URL for the Browsersync proxy (so change `localhost[:port-here]/[your-dir-name-here]` to the appropriate localhost URL).
### 5. Run it to see it live!
---
### Technologies Used* VS Code
* Wordpress
* HTML
* SASS
* PHP
* JavaScript
* Gulp
* jQuery## Project Comps
### Front Page### Submit a Quote
### Quotes Archives
This project was created with 💙 by Roberto H.