My part on the project
- Design a simple and minimalist design to make it easy to navigate and focus on the content.
- Custom WordPress theme with light and dark styles.
- Implement dynamic button to load more posts by making AJAX call to WordPress backend.
- Custom plugin for a gemstone size calculator and make it easy to implement it anywhere on site.
Custom WordPress theme
The theme was built using Tailwind CSS, a maintainable framework that simplifies styling. JavaScript was employed to dynamically switch between dark and light themes by storing user preferences as cookies and making requests to load additional posts via AJAX.
Gemstone size calculator plugin
The Gemstone size calculator can be easily embedded throughout the site using a shortcode. Its configuration can be managed through the backend, allowing for seamless updates. The calculator utilizes JavaScript for calculations and stores the results in a table for convenient reference.