{"id":14985924,"url":"https://github.com/dpvasani/react-intermediate","last_synced_at":"2026-01-31T11:02:44.885Z","repository":{"id":254571811,"uuid":"846730771","full_name":"dpvasani/React-Intermediate","owner":"dpvasani","description":"Welcome to the React-Intermediate repository! This repository is a collection of intermediate-level React projects and exercises, designed to help developers deepen their understanding of React concepts, improve their coding skills, and explore advanced features of the React ecosystem.","archived":false,"fork":false,"pushed_at":"2024-08-28T07:46:22.000Z","size":3070,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-29T21:56:44.143Z","etag":null,"topics":["action","context-api","custom-hook","global-state-management","hooks","localstorage","react-router","react-router-dom","reducer","redux-toolkit","state-management","usecallback","useeffect","useref","usestate"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dpvasani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-23T20:44:16.000Z","updated_at":"2024-10-01T04:32:36.000Z","dependencies_parsed_at":"2024-08-24T12:49:28.125Z","dependency_job_id":"54a4ba99-33aa-4fae-87f6-f78fece34cc5","html_url":"https://github.com/dpvasani/React-Intermediate","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.09090909090909094,"last_synced_commit":"c153e04e2aef8cd1e747803203ee1e26e252232d"},"previous_names":["dpvasani/react-intermediate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dpvasani/React-Intermediate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpvasani%2FReact-Intermediate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpvasani%2FReact-Intermediate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpvasani%2FReact-Intermediate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpvasani%2FReact-Intermediate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpvasani","download_url":"https://codeload.github.com/dpvasani/React-Intermediate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpvasani%2FReact-Intermediate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28939504,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T10:18:23.202Z","status":"ssl_error","status_checked_at":"2026-01-31T10:18:22.693Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["action","context-api","custom-hook","global-state-management","hooks","localstorage","react-router","react-router-dom","reducer","redux-toolkit","state-management","usecallback","useeffect","useref","usestate"],"created_at":"2024-09-24T14:11:57.617Z","updated_at":"2026-01-31T11:02:44.862Z","avatar_url":"https://github.com/dpvasani.png","language":"JavaScript","readme":"# React-Intermediate\n\nWelcome to the **React-Intermediate** repository! This repository is a collection of intermediate-level React projects and exercises, designed to help developers deepen their understanding of React concepts, improve their coding skills, and explore advanced features of the React ecosystem.\n\n## Table of Contents\n\n1. [Introduction](#introduction)\n2. [Projects](#projects)\n   - [04bgChanger](#04bgchanger)\n   - [05PasswordGenerator](#05passwordgenerator)\n   - [06currencyConvertor](#06currencyconvertor)\n   - [07reactRouter](#07reactrouter)\n   - [08miniContext](#08minicontext)\n   - [09themeswitcher](#09themeswitcher)\n   - [10todocontextLocal](#10todocontextlocal)\n   - [reduxToolkitTodo](#reduxtoolkittodo)\n3. [Getting Started](#getting-started)\n4. [Installation](#installation)\n5. [Usage](#usage)\n6. [Contributing](#contributing)\n7. [License](#license)\n\n\n| Sr. No. | Project            | Topics Covered                                       |\n|---------|--------------------|------------------------------------------------------|\n| 1       | 04bgChanger        | `useState` hook, event handling                      |\n| 2       | 05PasswordGenerator| `useState`, `useCallback`, `useEffect`, `useRef`     |\n| 3       | 06currencyConvertor| Custom hooks, state management, side effects         |\n| 4       | 07reactRouter      | React Router, routing, and navigation                |\n| 5       | 08miniContext      | Context API, global state management                 |\n| 6       | 09themeswitcher    | Context API, state management, theming               |\n| 7       | 10todocontextLocal | Context API, local storage, state management         |\n| 8       | reduxToolkitTodo   | Redux Toolkit, state management, actions, reducers   |\n\n\n## Introduction\n\nThe **React-Intermediate** repository showcases several projects that cover a range of React concepts, including state management with Redux Toolkit, use of hooks such as `useState`, `useCallback`, `useEffect`, and `useRef`, and advanced topics like the Context API. These projects are intended for developers who have a basic understanding of React and want to move towards more complex and scalable applications.\n\n## Projects\n\n### 04bgChanger\n\n- **Description**: A simple background color changer that utilizes basic React state management to switch between different background colors.\n- **Concepts Covered**: `useState` hook, event handling.\n\n### 05PasswordGenerator\n\n- **Description**: A password generator application that demonstrates the use of various hooks to manage state and effects, including `useState`, `useCallback`, `useEffect`, and `useRef`.\n- **Concepts Covered**: State management, callback hooks, side effects, references.\n\n### 06currencyConvertor\n\n- **Description**: A currency converter app that uses custom hooks for encapsulating logic related to currency conversion.\n- **Concepts Covered**: Custom hooks, state and effect management.\n\n### 07reactRouter\n\n- **Description**: A project focused on implementing React Router for navigating between different components/pages within a React application.\n- **Concepts Covered**: React Router, routing and navigation.\n\n### 08miniContext\n\n- **Description**: A mini application that introduces the use of Context API to manage and share state across components without prop drilling.\n- **Concepts Covered**: Context API, global state management.\n\n### 09themeswitcher\n\n- **Description**: A theme switcher application that allows users to toggle between different themes using context.\n- **Concepts Covered**: Context API, state management, theming.\n\n### 10todocontextLocal\n\n- **Description**: A to-do list application that uses the Context API for state management and stores data locally to maintain the state even after a refresh.\n- **Concepts Covered**: Context API, local storage.\n\n### reduxToolkitTodo\n\n- **Description**: A to-do list application utilizing Redux Toolkit for state management, demonstrating how Redux can be used for handling complex state in a scalable manner.\n- **Concepts Covered**: Redux Toolkit, state management, actions, reducers.\n\n## Getting Started\n\nTo get a copy of this repository and start working on these projects, follow the instructions below.\n\n## Installation\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/dpvasani/React-Intermediate.git\n    ```\n2. Navigate to the project directory:\n    ```bash\n    cd React-Intermediate\n    ```\n3. Install the required dependencies:\n    ```bash\n    npm install\n    ```\n\n## Usage\n\nEach project is contained within its own folder. You can run any project by navigating to its directory and starting the development server:\n\n1. Navigate to the project folder:\n    ```bash\n    cd \u003cproject-folder\u003e\n    ```\n2. Start the development server:\n    ```bash\n    npm start\n    ```\n\nReplace `\u003cproject-folder\u003e` with the name of the project directory you wish to run, such as `04bgChanger` or `reduxToolkitTodo`.\n\n## Contributing\n\nContributions are welcome! If you have any ideas or improvements, feel free to fork the repository, create a new branch, and submit a pull request. Please make sure to follow the existing code style and include appropriate tests where applicable.\n\n1. Fork the repository.\n2. Create a new branch: `git checkout -b feature-name`\n3. Make your changes and commit them: `git commit -m 'Add feature-name'`\n4. Push to the branch: `git push origin feature-name`\n5. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\nEnjoy exploring and learning from these intermediate React projects! If you have any questions or need help, feel free to open an issue or reach out.\n\nHappy Coding! 🎉\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpvasani%2Freact-intermediate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpvasani%2Freact-intermediate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpvasani%2Freact-intermediate/lists"}