{"id":21091191,"url":"https://github.com/manikmaity/learn-reactjs","last_synced_at":"2026-05-11T06:54:00.819Z","repository":{"id":236894723,"uuid":"793362097","full_name":"ManikMaity/Learn-ReactJS","owner":"ManikMaity","description":"This repository contains code for my React.js learning journey, including the codes  from my 30-days Reactjs learning challenge.","archived":false,"fork":false,"pushed_at":"2024-05-22T06:18:16.000Z","size":26413,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T01:13:30.787Z","etag":null,"topics":["30dayscodechallenge","javascript","jsx","react","react-components","react-hooks","reactjs"],"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/ManikMaity.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-04-29T04:42:26.000Z","updated_at":"2024-09-01T05:45:43.000Z","dependencies_parsed_at":"2024-11-19T21:54:23.529Z","dependency_job_id":null,"html_url":"https://github.com/ManikMaity/Learn-ReactJS","commit_stats":null,"previous_names":["manikmaity/learn-reactjs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManikMaity%2FLearn-ReactJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManikMaity%2FLearn-ReactJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManikMaity%2FLearn-ReactJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManikMaity%2FLearn-ReactJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ManikMaity","download_url":"https://codeload.github.com/ManikMaity/Learn-ReactJS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243532898,"owners_count":20306224,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["30dayscodechallenge","javascript","jsx","react","react-components","react-hooks","reactjs"],"created_at":"2024-11-19T21:44:07.079Z","updated_at":"2026-05-11T06:54:00.815Z","avatar_url":"https://github.com/ManikMaity.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learning ReactJS\n\nThis repository contains code for my React.js learning journey, including the codes from my 30-days Reactjs learning challenge.\n\n## My notes 📝\n\n- [Bro Code React Video Notes](./broCode-react/README.md)\n- [useMemo, memo, useCallback](./memo/README.md)\n\n## Resources📖\n\n- [Bro Code Channel Video](https://youtu.be/CgkZ7MvWUAA?si=S6yKIIdnOrdAkXYc)\n- [React.dev](https://react.dev/learn)\n- React Router\n  - [Yt Video](https://www.youtube.com/watch?v=Ul3y1LXxzdU)\n  - [Blog Post](https://blog.webdevsimplified.com/2022-07/react-router/)\n\n## Table 🗃️\n\n| **Day📅**  | **Resource👨‍💻**              | **Learned📖**                                                                                                                                              | **Comment💬**                              |\n| ---------- | --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |\n| **Day 01** | Bro Code Channel            | \u003cul\u003e\u003cli\u003eHow to set up React\u003c/li\u003e\u003cli\u003eUnderstood Folder structure\u003c/li\u003e\u003cli\u003eBasic idea of components\u003c/li\u003e\u003cli\u003eAdding CSS style to elements in ReactJS\u003c/li\u003e\u003c/ul\u003e | Nothing                                    |\n| **Day 02** | Bro Code Channel            | \u003cul\u003e\u003cli\u003eProps\u003c/li\u003e\u003cli\u003eConditional rendering\u003c/li\u003e\u003c/ul\u003e                                                                                                      | Nothing                                    |\n| **Day 03** | Bro Code Channel            | \u003cul\u003e\u003cli\u003eRendering Lists items\u003c/li\u003e\u003cli\u003eKeeping Components Pure\u003c/li\u003e\u003cli\u003eClick events\u003c/li\u003e\u003c/ul\u003e                                                               | Nothing                                    |\n| **Day 04** | Bro Code Channel, React.dev | \u003cul\u003e\u003cli\u003eReact hooks basics\u003c/li\u003e\u003cli\u003euseState hook\u003c/li\u003e\u003c/ul\u003e                                                                                                 | Made Sculpture Gallery, Counter, Dark Mode |\n| **Day 05** | Bro Code Channel            | \u003cul\u003e\u003cli\u003eonChange - event handler\u003c/li\u003e\u003cli\u003eUpdater Function\u003c/li\u003e\u003cli\u003eUpdate Objects in state\u003c/li\u003e\u003c/ul\u003e                                                        | Made color picker mini project             |\n| **Day 06** | Bro Code Channel            | \u003cul\u003e\u003cli\u003eUpdate Array/List Items in state\u003c/li\u003e\u003cli\u003eUpdate Array Of Objects in state\u003c/li\u003e\u003c/ul\u003e                                                                | Made a simlpe todo and Add phone list      |\n| **Day 07** | Bro Code Channel            | \u003cul\u003e\u003cli\u003eTodo app project\u003c/li\u003e\u003cli\u003eDeploy React Project\u003c/li\u003e\u003c/ul\u003e                                                                                            | Nothing                                    |\n| **Day 08** | Bro Code Channel            | \u003cul\u003e\u003cli\u003euseEffect React Hook\u003c/li\u003e\u003cli\u003eDigital clock - Mini project\u003c/li\u003e\u003cli\u003euseContext - hook\u003c/li\u003e\u003c/ul\u003e                                                      | Made digital clock, Window resize text     |\n| **Day 09** | Bro Code Channel            | \u003cul\u003e\u003cli\u003euseRef - hook\u003c/li\u003e\u003cli\u003eStopWatch - Mini Project\u003c/li\u003e\u003c/ul\u003e                                                                                           | BroCode React Tutorial Complete            |\n| **Day 11** | freeCodeCamp                | \u003cul\u003e\u003cli\u003eFirebase\u003c/li\u003e\u003c/ul\u003e                                                                                                                                 | Made a shopping list app                   |\n| **Day 11** | Web Dev Seplified           | \u003cul\u003e\u003cli\u003eReact router\u003c/li\u003e\u003c/ul\u003e                                                                                                                             |                                            |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanikmaity%2Flearn-reactjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanikmaity%2Flearn-reactjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanikmaity%2Flearn-reactjs/lists"}