faithgaiciumia.hashnode.devCreating Aesthetic Screenshots for your Portfolio Using Chrome Dev Tools and FigmaAs a frontend developer, having a well-designed portfolio site is essential for showcasing my projects to potential clients. However, I encountered a frustrating challenge: adding high-quality screenshots in different orientations. Some images were t...Apr 3, 2025·3 min read
faithgaiciumia.hashnode.devBuilding a Financial Management App with React Native - Part 7On the design, I have a floating action button at the bottom right of the screen. This button is to enable the user to create/record a new spending or earning. When the button is clicked, it displays both buttons. Each button takes the user to a new ...Jan 13, 2023·3 min read
faithgaiciumia.hashnode.devBuilding a Financial Management App - Part 6In this step, I implement the home screen to match the design. The design is as follows: Full Github Code: https://github.com/faithgaiciumia/FinMan-App The home screen design is implented in three steps: Implementing the custom header Implementing...Jan 12, 2023·4 min read
faithgaiciumia.hashnode.devBuilding a Financial Management App with React Native - Part 6Full Code: https://github.com/faithgaiciumia/FinMan-App In my previous post, I created a homepage design. Now I'd like to actualize it and incorporate it into the React Native application. The home page has two main features that would normally take ...Jan 5, 2023·4 min read
faithgaiciumia.hashnode.devBuilding a Financial Management App with React Native - Part 5For the home page, I wanted something simple. I wanted to show the user their total weekly spending, a chart showing how much they've been spending, and a small list of their most recent spending and earnings. Also, I included a floating button from ...Jan 3, 2023·1 min read