Built a newsletter form that closely matched a provided design. The form allows users to enter their email address and submit it. After successful submission, users will see a success message displaying their email address. Additionally, the form includes validation messages for empty fields and improperly formatted email addresses.
Created a full-stack dictionary application from scratch using React.js, HTML, CSS, and JavaScript. Implemented search functionality, allowing users to search for words and view definitions retrieved from an API. Built a responsive, user-friendly interface with modern design elements.
Built a weather application using React.js that allows users to search for weather information and get real-time updates. Implemented SheCodes API to gather weather data and displayed it using React components. Utilized Axios for fetching data. Improved skills in React fundamentals, API integration, and component-based design.