Latest Updates

Documenting code, one commit at a time.

CSS 4 posts
×

Portfolio Updates in Rivuz React Project

The Rivuz React project is undergoing updates to its portfolio section. This involves changes to the user interface and potentially the underlying data structure that supports the presentation of portfolio items.

Portfolio Structure

The structure of the portfolio is being worked on, focusing on how the data is organized and displayed. While the specifics are not available, a common approach

Read more
React CSS

Enhancing User Feedback with React Components

Introduction

In the pursuit of creating engaging user experiences within the rivuz-react project, we aimed to improve how users provide feedback. The existing testimonials lacked a direct way for users to express their sentiment, leading to potentially missed opportunities for valuable insights.

The Problem

Without an interactive rating component, user feedback was limited to textual

Read more
React CSS

Orbital Layouts and Mobile Bliss: Refactoring the Projects Component

Let's talk about crafting a visually engaging and responsive project display. Our team recently tackled a refactor of the Projects component in the rivuz-react project, aiming for an orbital layout and enhanced mobile experience.

The Vision

The goal was to move beyond a standard grid layout and create a more dynamic, circular arrangement of project cards.

Read more
React CSS

Enhancing Text Styling with CSS Gradients in React Components

Have you ever wanted to make your React components stand out with visually appealing text effects? Adding gradient text can be a simple yet effective way to elevate your UI. Let's explore how to achieve this using CSS.

The Power of CSS Gradients

CSS gradients offer a versatile solution for creating smooth color transitions within text. This technique involves applying a background-clip

Read more