Skip to content

khoallaby/sample-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sample code

Just a small sampling of some of my latest code. Some parts may be truncated for privacy reasons or otherwise

Laravel

  • CSV Import Controller - for handling user csv import/exports
  • Custom class for generating Form elements, such as text, checkboxes, textareas, etc
  • Login controller - this handles the login process
    • User logs in, and is sent a token to their email. They use this to log in
  • University Controller/Validator - This handles the CRUD functions for a "University"

React

  • This is part of a multi step registration form for users
  • Data is saved to Firebase
  • Users can save their progress/data to their own user account, and can log in later to complete and review this.
  • Prequalify - is one of the many steps of this registration form
    • GraphQL query to a CMS to find out what form fields should be displayed on this step.

Wordpress

  • Redacted (for confidentiality and propietary reasons) and slimmed down plugins/themes that demonstrate knowledge of Wordpress and general PHP coding concepts. These are not meant to work by themselves.
  • Gutenberg plugin that creates a hero block, with other components that support various attributes/functionality like background colors or adding images
  • sample theme, originally created from the sage theme, which demonstrates a typical CPT, clinic.
    • As well as integration with Salesforce, to pull and sync data to the Wordpress site
    • Views are located here
  • WooCommerce

    • Custom plugin that generates/draws a make up palette (for a cosmetics company) on a <canvas> layer. Which is based on the user's selections of desired colors/swatches. These colors are also implemented on the admin side, via custom fields, and are specific per each Woocommerce product.
    • The swatches are generated on this palette here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published