A website based on WordPress CMS using a combination of PHP, JavaScript, jQuery, and HTML/CSS. The website includes multiple pages based on the WordPress heirarchy and consists of a combination of blog posts and product content.
Download the theme and add it to wp-content/themes.
Next run npm install
inside your theme directory to install Gulp.
Lastly, be sure to update gulpfile.js
with the appropriate URL for the Browsersync proxy (so change localhost[:port-here]/[your-dir-name-here]
to the appropriate localhost URL).
This project allowed me to gain a deeper understanding in using WordPress and navigating through the template heirarchy. It was confusing at first but as I worked through it, it became more clear. Working with WordPress also taught me how powerful WordPress backend actually is especially with the use of Gutenberg and multiple plugins and widgets that gave me more flexibility in building the website.
As of submission there are a few minor errors as the project is quite large, however I will continue to work towards a 100% completion for the project.
PHP, jQuery, Gulp, HTML/CSS, SASS.