Skip to content

Choucheneeee/React-Learning-Projects

Repository files navigation

React Learning Projects

This repository contains a collection of projects and exercises I completed while learning React. Each folder represents a different concept or feature of React that I explored.

Table of Contents


Project Highlights

Weather App

  • Description: Fetches and displays weather information for a given location using an API.
  • Key Concepts: useState, useEffect, API integration.
  • Status: Completed.

Conditional Rendering

  • Description: Demonstrates conditional rendering in React using ternary operators and logical conditions.
  • Key Concepts: Conditional operators, JSX.

Render List

  • Description: Dynamically renders a list of items.
  • Key Concepts: Array mapping, unique key prop.

Todo List

  • Description: A simple to-do list app with add, remove, and update features.
  • Key Concepts: State management, event handling.

How to Run

  1. Clone the repository:
    git clone https://github.com/Choucheneeee/React-Learning-Projects.git

Releases

No releases published

Packages

 
 
 

Contributors