{"id":25996698,"url":"https://github.com/almoggutin/react-js-example","last_synced_at":"2026-04-10T15:04:33.157Z","repository":{"id":167672216,"uuid":"489695176","full_name":"almoggutin/react-js-example","owner":"almoggutin","description":"    This client-side application is an example of how to structure and write clean code in React with JavaScript. ","archived":false,"fork":false,"pushed_at":"2022-05-29T12:16:34.000Z","size":415,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T16:45:24.735Z","etag":null,"topics":["css","javascript","js","lodash","react","react-router","react-router-dom","react-router-v6","sass","scss","uuid","validatorjs"],"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/almoggutin.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":"2022-05-07T14:25:21.000Z","updated_at":"2023-05-20T17:00:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed792050-c1fb-4f1d-81c2-3f8e8cfee366","html_url":"https://github.com/almoggutin/react-js-example","commit_stats":null,"previous_names":["almoggutin/react-js-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/almoggutin/react-js-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almoggutin%2Freact-js-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almoggutin%2Freact-js-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almoggutin%2Freact-js-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almoggutin%2Freact-js-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/almoggutin","download_url":"https://codeload.github.com/almoggutin/react-js-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almoggutin%2Freact-js-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271314718,"owners_count":24738227,"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","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["css","javascript","js","lodash","react","react-router","react-router-dom","react-router-v6","sass","scss","uuid","validatorjs"],"created_at":"2025-03-05T16:39:54.372Z","updated_at":"2025-12-30T21:42:12.545Z","avatar_url":"https://github.com/almoggutin.png","language":"JavaScript","readme":"\u003cdiv id=\"top\"\u003e\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003eReact JS Example\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp align=\"center\"\u003e\n    This client-side application is is an example of how to structure and write clean code in React with JavaScript. \n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eTable of Contents\u003c/summary\u003e\n  \u003col\u003e\n    \u003cli\u003e\n      \u003ca href=\"#about-the-application\"\u003eAbout The Application\u003c/a\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#built-with\"\u003eBuilt With\u003c/a\u003e\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#how-to-install\"\u003eHow To Install\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#available-scripts\"\u003eAvailable Scripts\u003c/a\u003e\u003c/li\u003e\n  \u003c/ol\u003e\n\u003c/details\u003e\n\n\u003c!-- ABOUT THE APPLICATION --\u003e\n\n## About The Application\n\nThis client-side application is is an example of how to structure and write clean code in React with JavaScript.\n\nIt is built with the React library to build a single page application, for this example a basic todo list application.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n### Built With\n\n-   [React](https://reactjs.org/)\n-   [React Router Dom](https://www.npmjs.com/package/react-router-dom)\n-   [Sass](https://sass-lang.com/)\n-   [Validator.js](https://www.npmjs.com/package/validator)\n-   [UUID](https://www.npmjs.com/package/uuid)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- INSTALLATION INSTRUCTIONS --\u003e\n\n## How To Install\n\n**Git clone**\n\n```\ngit clone https://github.com/almoggutin/React-JS-Example.git\n```\n\n**Instructions**\n\n-   After cloning the the repository run `npm i` in order to install all the dependencies.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!--  AVAILABLE SCRIPTS --\u003e\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in your browser.\n\nThe page will reload when you make changes.\\\nYou may also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can't go back!**\n\nIf you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.\n\nYou don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falmoggutin%2Freact-js-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falmoggutin%2Freact-js-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falmoggutin%2Freact-js-example/lists"}