https://github.com/agalcalledjen/quotes-on-dev
💬 A mobile-first responsive website that uses JavaScript and WordPress for functionality and it also uses the WordPress REST API. It uses WordPress as a content management system.
https://github.com/agalcalledjen/quotes-on-dev
css html javascript jquery php wordpress wordpress-plugin wordpress-theme
Last synced: 3 months ago
JSON representation
💬 A mobile-first responsive website that uses JavaScript and WordPress for functionality and it also uses the WordPress REST API. It uses WordPress as a content management system.
- Host: GitHub
- URL: https://github.com/agalcalledjen/quotes-on-dev
- Owner: agalcalledjen
- Created: 2018-11-20T19:35:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T22:42:53.000Z (about 7 years ago)
- Last Synced: 2026-01-03T19:08:44.137Z (6 months ago)
- Topics: css, html, javascript, jquery, php, wordpress, wordpress-plugin, wordpress-theme
- Language: PHP
- Homepage:
- Size: 1.21 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quotes on Dev (WordPress Theme) 💬
A mobile-first responsive website that uses JavaScript and WordPress for functionality and it also uses the WordPress REST API. It uses WordPress as a content management system.
(The WordPress starter theme for the Quotes on Dev project is for RED Academy students and it was forked from Underscores.)
---


---
## Installation
Download and do not clone.
Add < project > to your `wp-content` directory.
Rename the project directory, if needed and make sure that the theme directory name is project appropriate.
Install dependencies inside of theme directory.
```
npm install
```
Update the proxy in `gulpfile.js` with the appropriate URL for the Browsersync (change `localhost[:port-here]/[your-dir-name-here]` to the appropriate localhost URL).
---
## Technologies Used
- HTML
- CSS
- JavaScript
- jQuery
- MAMP
- PHP
- WordPress
- Plugins:
- Show Current Template
- Akismet Anti-Spam
- Debug Bar
- Gutenberg
- Kint Debugger
- Query Monitor
- Theme Check
- WP Migrate DB
---
## Personal Learnings
### Web Developer (Project 5)
This is a project produced from the following lesson from Week 8:
1. Ajax in WordPress & WP Rest API
Below are the subsequent learning outcomes.
I learned that if I cannot see which WordPress template I am currently viewing for styling, I can still use the Dev Tools to find page specific elements to style.
---
## Author
[Jen Lam](https://github.com/agalcalledjen), Full-Stack Developer student at [RED Academy](https://redacademy.com/vancouver/).
Let's connect on [LinkedIn](https://www.linkedin.com/in/agalcalledjen/).