{"id":24567196,"url":"https://github.com/eapepe0/mern-uptask-frontend","last_synced_at":"2026-04-28T12:31:19.885Z","repository":{"id":224465461,"uuid":"763324720","full_name":"eapepe0/MERN-Uptask-frontend","owner":"eapepe0","description":"Realizado con React , headlessui , modal , socket.io , tailwindcss , react-router-dom , axios (cliente publico / cliente privado)","archived":false,"fork":false,"pushed_at":"2024-11-27T04:13:08.000Z","size":480,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T03:41:43.257Z","etag":null,"topics":["jwt-token","reactjs","socket-io","tailwindcss"],"latest_commit_sha":null,"homepage":"https://mern-uptask-frontend-liart.vercel.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/eapepe0.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-02-26T04:33:12.000Z","updated_at":"2024-11-27T04:13:12.000Z","dependencies_parsed_at":"2025-03-17T03:40:52.978Z","dependency_job_id":"e44572c2-40ec-442d-850a-116652642e04","html_url":"https://github.com/eapepe0/MERN-Uptask-frontend","commit_stats":null,"previous_names":["eapepe0/mern-uptask-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eapepe0/MERN-Uptask-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eapepe0%2FMERN-Uptask-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eapepe0%2FMERN-Uptask-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eapepe0%2FMERN-Uptask-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eapepe0%2FMERN-Uptask-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eapepe0","download_url":"https://codeload.github.com/eapepe0/MERN-Uptask-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eapepe0%2FMERN-Uptask-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32381214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["jwt-token","reactjs","socket-io","tailwindcss"],"created_at":"2025-01-23T13:17:19.359Z","updated_at":"2026-04-28T12:31:19.867Z","avatar_url":"https://github.com/eapepe0.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Uptask App (Mern Mongo Express React Node)\n\n# Frontend\n\nRealizado con **React** , **headlessui** , **modal** , **socket.io** , **tailwindcss** , **react-router-dom** , **axios** (cliente publico / cliente privado)\n\n#### Autenticacion\n\n- Registro de usuario\n- Cambio de contraseña\n- Autenticar Usuario\n- Confirmar Usuario\n- JWT\n- Token\n\n#### Manejo de rutas con rrdom , basadas en el token\n\n- Rutas Privadas\n- Rutas Publicas\n\n#### useContext / Provider\n\n- **authProvider** : Manejo de la autorizacion del usuario) / distintos tipos de usuarios que pueden ingresar a determinado proyecto , editar o eliminar tareas o proyectos\n\n- **proyectoProvider** : Manejo de la creacion/edicion/eliminacion de **Proyectos** , creacion/edicion/eliminacion/actualizacion de **Tareas** , agregar o eliminar **Colaboradores**\n\n#### socket.io\n\n- Manejo estados de una tarea o proyecto de forma dinamica y en tiempo real entre colaboradores y administradores de **Proyectos**\n\n# Backend\n\nRealizado con **Express** , **cors** , **dotenv** , **mongoose** (manejo de **mongo**)\n\n#### Controladores\n\n- **proyecto , usuario , tarea**\n\n#### Rutas\n\n- Rutas para cada endpoint de la **api** , proyecto , tarea , usuario\n\n#### Modelos\n\n- Creacion de Modelos para la BD , de mongo usando Mongoose (proyecto , tarea , usuario)\n\n#### JWT\n\n- Generacion y validacion de JWT\n\n#### Middleware\n\n- Chequeamos la autenticacion del usuario y protegemos las rutas.\n\n## Deploy\n\n[Link a la pagina](https://mern-uptask-frontend-liart.vercel.app/)\n\n## Capturas\n\nLogin\n![screen-1](https://raw.githubusercontent.com/eapepe0//MERN-Uptask-frontend/main/screen-1.jpg)\nRegistro\n![screen-2](https://raw.githubusercontent.com/eapepe0//MERN-Uptask-frontend/main/screen-2.jpg)\nOlvide mi password\n![screen-3](https://raw.githubusercontent.com/eapepe0//MERN-Uptask-frontend/main/screen-3.jpg)\nPagina Inicial de Proyectos\n![screen-4](https://raw.githubusercontent.com/eapepe0//MERN-Uptask-frontend/main/screen-4.jpg)\nPreview Tarea (colaborador)\n![screen-5](https://raw.githubusercontent.com/eapepe0//MERN-Uptask-frontend/main/screen-5.jpg)\nTarea completada\n![screen-6](https://raw.githubusercontent.com/eapepe0//MERN-Uptask-frontend/main/screen-6.jpg)\nProyecto (vista creador del proyecto)\n![screen-7](https://raw.githubusercontent.com/eapepe0//MERN-Uptask-frontend/main/screen-7.jpg)\nCrear Proyecto\n![screen-8](https://raw.githubusercontent.com/eapepe0//MERN-Uptask-frontend/main/screen-8.jpg)\nBuscar Proyectos\n![screen-9](https://raw.githubusercontent.com/eapepe0//MERN-Uptask-frontend/main/screen-9.jpg)\nAuto completado de Proyectos\n![screen-10](https://raw.githubusercontent.com/eapepe0//MERN-Uptask-frontend/main/screen-10.jpg)\nCrear Tareas\n![screen-11](https://raw.githubusercontent.com/eapepe0//MERN-Uptask-frontend/main/screen-11.jpg)\nEditar Tareas\n![screen-12](https://raw.githubusercontent.com/eapepe0//MERN-Uptask-frontend/main/screen-12.jpg)\nAgregar Colaborador\n![screen-13](https://raw.githubusercontent.com/eapepe0//MERN-Uptask-frontend/main/screen-13.jpg)\n\n## Performance\n\n![performance](https://raw.githubusercontent.com/eapepe0//MERN-Uptask-frontend/main/performance.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feapepe0%2Fmern-uptask-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feapepe0%2Fmern-uptask-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feapepe0%2Fmern-uptask-frontend/lists"}