{"id":21673132,"url":"https://github.com/shrikant9907/react-js-examples","last_synced_at":"2026-04-13T08:31:06.629Z","repository":{"id":225104226,"uuid":"494689004","full_name":"shrikant9907/react-js-examples","owner":"shrikant9907","description":"React JS - Examples / Components / Exercise / Resuable Codes","archived":false,"fork":false,"pushed_at":"2022-05-22T06:05:23.000Z","size":307,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T19:31:25.002Z","etag":null,"topics":["example-react","examples","react","reactcomponents","reactexample","reactjs"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shrikant9907.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-05-21T05:25:13.000Z","updated_at":"2024-07-24T03:13:18.000Z","dependencies_parsed_at":"2024-02-29T09:29:47.211Z","dependency_job_id":"38ce2d35-ae2f-4f66-a96e-53c88f027dfa","html_url":"https://github.com/shrikant9907/react-js-examples","commit_stats":null,"previous_names":["shrikant9907/react-js-examples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shrikant9907/react-js-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shrikant9907%2Freact-js-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shrikant9907%2Freact-js-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shrikant9907%2Freact-js-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shrikant9907%2Freact-js-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shrikant9907","download_url":"https://codeload.github.com/shrikant9907/react-js-examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shrikant9907%2Freact-js-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T06:26:45.479Z","status":"ssl_error","status_checked_at":"2026-04-13T06:26:44.645Z","response_time":93,"last_error":"SSL_read: 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":["example-react","examples","react","reactcomponents","reactexample","reactjs"],"created_at":"2024-11-25T13:36:55.116Z","updated_at":"2026-04-13T08:31:06.614Z","avatar_url":"https://github.com/shrikant9907.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React JS Examples\n\nReact JS - Examples / Components / Exercise / Resuable Codes\n\n## List React JS Components\n\n1. Alert - Functional Component in React JS. [#Link](https://github.com/shrikant9907/react-js-examples/blob/alert-component/src/components/Alert.jsx)\n\n2. Increment Counter Functional Component in React JS. [#Link](https://github.com/shrikant9907/react-js-examples/blob/increment-counter/src/components/IncrementCounter.jsx)\n\n3. Increment \u0026 Decrement Counter Functional Component in React JS. [#Link](https://github.com/shrikant9907/react-js-examples/blob/increment-descrement-counter/src/components/IncrementDecrementCounter.jsx)\n\n4. Stop Watch Functional Component in React JS. [#Link](https://github.com/shrikant9907/react-js-examples/blob/stop-watch/src/components/StopWatch.jsx)\n\n4. Countdown Timer (Hour, Minutes, Seconds) Functional Component in React JS. [#Link](https://github.com/shrikant9907/react-js-examples/blob/countdown/src/components/Countdown.jsx)\n\n5. Clock Functional Component in React JS. [#Link](https://github.com/shrikant9907/react-js-examples/blob/clock/src/components/Clock.jsx)\n\n6. Button Functional Component in React JS. [#Link](https://github.com/shrikant9907/react-js-examples/blob/button/src/components/Button.jsx)\n\n7. Input Field Functional Component in React JS. [#Link](https://github.com/shrikant9907/react-js-examples/blob/input-field/src/components/InputField.jsx)\n\n8. Modal / Popup Functional Component in React JS. [#Link](https://github.com/shrikant9907/react-js-examples/blob/modal/src/components/Modal.jsx)\n\n9. Simple Table Functional Component in React JS. [#Link](https://github.com/shrikant9907/react-js-examples/blob/table/src/components/Table.jsx)\n\n10. Switch Button Functional Component in React JS. [#Link](https://github.com/shrikant9907/react-js-examples/blob/button/src/components/SwitchButton.jsx)\n\n11. Search Filter Functional Component in React JS. [#Link](https://github.com/shrikant9907/react-js-examples/blob/search-filter/src/components/SearchFilter.jsx)\n\n12. Custom Numeric Keyboard in React JS. [#Link](https://github.com/shrikant9907/react-js-examples/blob/keyboard/src/components/NumericKeyboard.jsx)\n\n13. Calculator Functional Component in React JS. [#Link](https://github.com/shrikant9907/react-js-examples/blob/calculator/src/components/Calculator.jsx)\n\n14. Simple List Component in React JS. [#Link](https://github.com/shrikant9907/react-js-examples/blob/list/src/components/SimpleList.jsx)\n\n15. Simple Checklist Functional Component in React JS [#Link](https://github.com/shrikant9907/react-js-examples/blob/checklist/src/components/Checklist.jsx)\n\n16. ToDo List Functional Component in React JS. [#Link](https://github.com/shrikant9907/react-js-examples/blob/alert-component/src/components/ToDoList.jsx)\n\n17. Accordion Functional Component in React JS. [#Link](https://github.com/shrikant9907/react-js-examples/blob/alert-component/src/components/Accordion.jsx)\n\n18. Tic Tac Toe Game Component in React JS. [#Link](https://github.com/shrikant9907/react-js-examples/blob/alert-component/src/components/TicTacToe.jsx)\n\n19. Simple Interest Calculator Component in React JS. [#Link](https://github.com/shrikant9907/react-js-examples/blob/alert-component/src/components/SimpleInterest.jsx)\n\n20. Simple Chat in React JS. [#Link](https://github.com/shrikant9907/react-js-examples/blob/alert-component/src/components/SimpleChat.jsx)\n\n21. Slot Machine Game in React JS. [#Link](https://github.com/shrikant9907/react-js-examples/blob/alert-component/src/components/SlotMachine.jsx)\n\n22. Simple Coin Flip Game in React JS. [#Link](https://github.com/shrikant9907/react-js-examples/blob/alert-component/src/components/CoinFlip.jsx)\n\nNote: Change Branch for the component codes\n\n## Developer Details\nShrikant Yadav \nFull Stack Web Developer with 8+ Years of Experience in Web Development.\n\n### For The React Learners\nYou can learn react js step by step on my website.\nhttps://codematra.com/category/react-js/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshrikant9907%2Freact-js-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshrikant9907%2Freact-js-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshrikant9907%2Freact-js-examples/lists"}