{"id":19755667,"url":"https://github.com/jonatandb/linksadmin","last_synced_at":"2026-04-13T06:51:32.891Z","repository":{"id":38769929,"uuid":"276233811","full_name":"Jonatandb/LinksAdmin","owner":"Jonatandb","description":"Links administrator made with React","archived":false,"fork":false,"pushed_at":"2023-01-05T21:58:52.000Z","size":2935,"stargazers_count":1,"open_issues_count":21,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T22:27:50.119Z","etag":null,"topics":["bootswatch","create-react-app","crud","crud-application","es6","firebase","firestore","javascript","jonatandb","materialize","materializecss","mobile-app","mobile-first","mobile-web","react","react-toastify","reactjs"],"latest_commit_sha":null,"homepage":"https://jonatandb.github.io/LinksAdmin/","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/Jonatandb.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}},"created_at":"2020-06-30T23:53:39.000Z","updated_at":"2021-02-09T04:24:19.000Z","dependencies_parsed_at":"2023-02-04T19:16:03.378Z","dependency_job_id":null,"html_url":"https://github.com/Jonatandb/LinksAdmin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonatandb%2FLinksAdmin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonatandb%2FLinksAdmin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonatandb%2FLinksAdmin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonatandb%2FLinksAdmin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jonatandb","download_url":"https://codeload.github.com/Jonatandb/LinksAdmin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241086508,"owners_count":19907286,"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":["bootswatch","create-react-app","crud","crud-application","es6","firebase","firestore","javascript","jonatandb","materialize","materializecss","mobile-app","mobile-first","mobile-web","react","react-toastify","reactjs"],"created_at":"2024-11-12T03:12:45.356Z","updated_at":"2026-04-13T06:51:27.867Z","avatar_url":"https://github.com/Jonatandb.png","language":"JavaScript","readme":"# LinksAdmin\n\nLinks administrator made with React by Jonatandb.\n\nDemo online: https://jonatandb.github.io/LinksAdmin/\n\n---\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://jonatandb.github.io/LinksAdmin/\"\u003e\n        \u003cimg src=\"Screenshot.png\" alt=\"LinksAdmin by Jonatandb\"/\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Descarga y ejecución:\n\n- Descargar el repo\n- Descomprimir\n- Entrar a la carpeta del proyecto y ejecutar:\n  - yarn\n  - yarn start\n- Acceder desde el navegador a:\n  http://localhost:3000/\n\n---\n\n## Generación de build productivo:\n\n- Ejecutar:\n  - yarn build\n  - Se generará en la carpeta \"build\"\n\n---\n\n## Github Pages:\n\nRenombré la carpeta \"build\" con la versión productiva a \"docs\" (Como Github Pages requiere) y seleccioné en la configuración del repositorio, en la sección \"Github Pages\" la opción \"master branch /docs folder\".\n\nPor último, agregué en el archivo package.json la url final en la propiedad homepage:\n\n    \"homepage\": \"https://jonatandb.github.io/LinksAdmin/\",\n\nSe puede ver la versión online accediendo a:\n\n- https://jonatandb.github.io/LinksAdmin/\n\n---\n\n## Firebase:\n\n### Creación del proyecto:\n\n- Crear proyecto -\u003e Especificar un nombre\n- Información general del proyecto -\u003e Configuración del proyecto\n- Sección \"Tus aplicaciones\" -\u003e Click en \"Web\" para añadir Firebase a una aplicación Web\n  - Especificar nombre de la aplicación\n  - Click en \"Registrar aplicación\"\n  - Copiar código de configuración para conexión de la aplicación con Firebase.\n\n### Creación y configuración de la base de datos Cloud Firestore (antes se utilizaba Realtime Database)\n\n- Ir a Database -\u003e Crear base de datos\n- Seleccionar \"Empezar con el modo de prueba\" (En el modo producción solo pueden modificar los datos usuarios autenticados)\n- Click en Siguiente -\u003e Listo\n\n---\n\n## Visited Sites:\n\nThis repo:\n\n- https://github.com/Jonatandb/LinksAdmin\n\nReact \u0026 Firebase Firestore CRUD:\n\n- https://www.youtube.com/watch?v=Y9-UkL6ent4\n\nFirebase:\n\n- https://firebase.google.com/\n\nFavicon.io:\n\n- https://favicon.io/favicon-converter/\n\nDotEnv:\n\n- https://www.npmjs.com/package/dotenv\n\nDeploy Firebase Apps to Different Environments:\n\n- https://medium.com/@geoffbourne/deploy-firebase-to-different-environments-7ad556e4f4e2\n\nAdding Custom Environment Variables:\n\n- https://create-react-app.dev/docs/adding-custom-environment-variables/\n\ndotenv-webpack:\n\n- https://github.com/mrsteele/dotenv-webpack\n\nIs it safe to expose Firebase apiKey to the public?:\n\n- https://stackoverflow.com/questions/37482366/is-it-safe-to-expose-firebase-apikey-to-the-public\n\nBootstrap:\n\n- https://getbootstrap.com/\n\nBootswatch:\n\n- https://bootswatch.com/\n\nBootswatch Cyborg Theme:\n\n- https://bootswatch.com/cyborg/\n\nBootswatch on NPM:\n\n- https://www.npmjs.com/package/bootswatch\n\nMaterialize - Icons:\n\n- https://materializecss.com/icons.html\n\nBootstrap - Grid system:\n\n- https://getbootstrap.com/docs/4.0/layout/grid/\n\nA Complete Guide to Flexbox:\n\n- https://css-tricks.com/snippets/css/a-guide-to-flexbox/#flexbox-background\n\nDisable zoom on input focus in Android webpage:\n\n- https://stackoverflow.com/questions/7073396/disable-zoom-on-input-focus-in-android-webpage\n\nBootstrap - Justify content:\n\n- https://getbootstrap.com/docs/4.0/utilities/flex/#justify-content\n\nReactJS and images in public folder:\n\n- https://stackoverflow.com/questions/47196800/reactjs-and-images-in-public-folder\n\nBootstrap - Vertical alignment:\n\n- https://getbootstrap.com/docs/4.0/utilities/vertical-align/\n\nReact-toastify:\n\n- https://github.com/fkhadra/react-toastify\n- https://fkhadra.github.io/react-toastify/introduction\n\nBootstrap - Colors:\n\n- https://getbootstrap.com/docs/4.0/utilities/colors/\n\nJavascript regular expression to validate URL:\n\n- https://stackoverflow.com/questions/8667070/javascript-regular-expression-to-validate-url\n\n---\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://ko-fi.com/L3L31N4GV\" target=\"_blank\"\u003e\n            \u003cimg src=\"https://www.ko-fi.com/img/githubbutton_sm.svg\" alt=\"Support me on Ko-fi\"/\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n","funding_links":["https://ko-fi.com/L3L31N4GV"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonatandb%2Flinksadmin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonatandb%2Flinksadmin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonatandb%2Flinksadmin/lists"}