You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A blog preview card webpage featuring an article illustration, publication date, title, description, and author information, styled with responsive design and appealing visuals for enhanced user engagement.
A visually stunning portfolio website showcasing the artwork of Sirendeema, a talented artist. Built with CSS , this project emphasizes creativity, elegance, and responsiveness to highlight her artistic identity.
Weather Forecasting App allows users to input latitude and longitude coordinates, fetch weather forecasts from the Met Norway Weather API, and display the forecasted data in a tabular format on the webpage. Each component and function works together to create a seamless user experience for accessing weather information.
This is a React app that generates shades of colors based on user input, The app demonstrates the use of React, values.js library, and the useState and useEffect hooks.
A React.js project that displays a dynamic user dashboard. The user data is stored in a JSON file with details like name, profile picture, earnings, score, and progress colors. This project can be used for leaderboards, performance tracking, or analytics dashboards.
The LettersCalculator component allows users to enter a phrase, and it dynamically counts the number of letters typed. The UI is styled with responsive CSS, and the count updates automatically as users type.
This project demonstrates the use of React's useEffect hook to handle side effects in a functional component. The app also allows users to manually increment the number using a button, showcasing how state updates trigger re-renders.
This repository contains a React-based cash withdrawal application that allows users to manage and withdraw money using predefined denominations. The project is structured with multiple components for modularity and maintainability, integrating state management and user interactions efficiently.