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

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.

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.)

---

![Image of Quotes On Dev Theme](https://github.com/agalcalledjen/quotes-on-dev/blob/master/screenshot.png)

![Image of Quotes On Dev Theme](https://github.com/agalcalledjen/quotes-on-dev/blob/master/quotesondev.png)

---

## 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/).