Tag: react
All the articles with the tag "react".
Introducing Deliciousness: A Multipage React App for Food Enthusiasts
Published: at 10:00 PMDeliciousness, a multipage React app, showcases my coding journey with a modular structure, key dependencies like React Router and styled-components, and API integration for fetching food recipes, providing an engaging and user-friendly experience.
Calculator React App
Published: at 10:00 PMA React calculator app showcasing CSS Grid layout, useReducer hook for state management, and custom components for digits and operations, providing a functional and interactive experience.
City Forecast A React Weather App
Published: at 10:00 PMCity Forecast, a React-based weather application seamlessly integrated with Axios, offering real-time weather information globally through the OpenWeather API with an intuitive interface.
What are environment variables in React and how to use them?
Published: at 10:00 PMExploring the use of special codes, known as environment variables, in React to secure sensitive data like API keys, based on my recent experience developing a 'Recipe Application.
React App: ToDo List Project
Published: at 10:00 PMToDo React app is meticulously built with React components, utilizing hooks like useState and useEffect, and incorporates local storage for seamless task management.