{"id":22957918,"url":"https://github.com/suraj-encoding/react-todo","last_synced_at":"2026-04-20T03:01:47.274Z","repository":{"id":133001168,"uuid":"604617835","full_name":"Suraj-Encoding/React-Todo","owner":"Suraj-Encoding","description":"My First React Application.  It maintains my Todo List ","archived":false,"fork":false,"pushed_at":"2023-04-22T03:11:22.000Z","size":667,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T01:51:57.401Z","etag":null,"topics":["react","todolist"],"latest_commit_sha":null,"homepage":"https://mytodos2.web.app/","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/Suraj-Encoding.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":"2023-02-21T12:49:07.000Z","updated_at":"2024-05-27T14:11:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"b45bbe60-8478-4d3e-92fe-b0ddbe80467d","html_url":"https://github.com/Suraj-Encoding/React-Todo","commit_stats":null,"previous_names":["suraj-encoding/react-todo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Suraj-Encoding/React-Todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Suraj-Encoding%2FReact-Todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Suraj-Encoding%2FReact-Todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Suraj-Encoding%2FReact-Todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Suraj-Encoding%2FReact-Todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Suraj-Encoding","download_url":"https://codeload.github.com/Suraj-Encoding/React-Todo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Suraj-Encoding%2FReact-Todo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32031070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["react","todolist"],"created_at":"2024-12-14T17:33:46.450Z","updated_at":"2026-04-20T03:01:47.260Z","avatar_url":"https://github.com/Suraj-Encoding.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"  # 🕸️ My First React Application 🕸️\n\n## Site is Live on : 👇\n               https://mytodos2.web.app/\n               \n##  Best  README  ever you have read about React by 🔵 Suraj Dalvi 🟣\n\n\n## About React :\n  \n  - Popular Frontend Framework of JavaScript\n  - It is maintained by Facebook (Meta)\n  - React means React.Js\n  - Used to design Single Page Applications (SPA)\n  - Website having only one web page\n  - Website is divided into components\n  - Which increase the maintainability of your website\n  - Example - Youtube and Gmail are React Applications\n  - In SPA when we go from one page to another page, website never reload..\n  - React is very fast \n  - Follows DRY Principle\n  - React is complete JavaScript -\u003e In which we write JSX\n  - JSX -\u003e JavaScript mixed with HTML\n  - Alternative of React:\n       - Angular  i.e  Angular.Js -\u003e (By Google)\n       - Veu  i.e  Veu.Js\n       - These are also Javascript Frameworks\n  \n## Pre-Requisites:\n   \n   - Install Node.js:\n   \n             - The Runtime of JavaScript\n             - Backend Framework of JavaScript\n             - Used with Express.Js\n             - Vanilla JavaScript means Deafult JavaScript\n            \n   - Along with Node.Js we get extra two tools i.e npm and npx\n             \n              - npm:\n                  - Node Packege Manager\n                  - Used to Install Third Party Modules\n                  - Manage your Packages\n                  - Install + Execute\n                  \n              - npx: \n                  - Node Packege Execute\n                  - Used to Execute packages\n                  - Execute your Packages\n                  - Execute without Install \n    \n## Developers Type:\n     - Front End   -\u003e HTML + CSS + JavaScript\n     - Back End    -\u003e Server [ Node.Js OR PHP OR Django ] + Database [ MongoDB OR MySQL ] \n                   -\u003e [ Node.Js + MongoDB ] OR [ PHP/Django + MySQL ] Best combinations\n                   -\u003e Node.Js - Based on JavaScript\n                   -\u003e DJango i.e Jango - Based on Python\n                   -\u003e PHP is old one\n                   \n     - Full Stack  -\u003e Frontend + Backend\n     - Mern Stack  -\u003e MERN - MongoDB + Express.Js + React.Js + Node.Js\n     - Mean Stack  -\u003e MEAN - MongoDB + Express.Js + Angular.Js + Node.Js\n\n## Learn more about react:  👇\n                   https://reactjs.org\n               \n               \n## Important Scripts:\n\n### `npm create-react-app app_name`\n\nGenerates basic code of react for you\n\n### `npm start`\n\nRuns the app in the development mode.\\\nOn http://localhost:3000\n\nThe page will reload when you make changes.\\\nYou may also see any lint errors in the console.\n\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\nIt convert React website to static website\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuraj-encoding%2Freact-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuraj-encoding%2Freact-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuraj-encoding%2Freact-todo/lists"}