{"id":19893268,"url":"https://github.com/salazarr-js/optica-merida","last_synced_at":"2025-03-01T05:27:01.955Z","repository":{"id":125441860,"uuid":"301433769","full_name":"salazarr-js/optica-merida","owner":"salazarr-js","description":"Aplicación web cliente para Comercio Electrónico de Óptica Mérida.","archived":false,"fork":false,"pushed_at":"2023-01-24T23:49:25.000Z","size":2906,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-11T19:45:47.201Z","etag":null,"topics":["angular","ecommerce"],"latest_commit_sha":null,"homepage":"https://optica-merida.vercel.app","language":"TypeScript","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/salazarr-js.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":"2020-10-05T14:20:20.000Z","updated_at":"2022-12-12T04:48:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"e0866e6b-48e2-47fb-a807-c73bf3ca83ab","html_url":"https://github.com/salazarr-js/optica-merida","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/salazarr-js%2Foptica-merida","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salazarr-js%2Foptica-merida/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salazarr-js%2Foptica-merida/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salazarr-js%2Foptica-merida/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/salazarr-js","download_url":"https://codeload.github.com/salazarr-js/optica-merida/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241322076,"owners_count":19944058,"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":["angular","ecommerce"],"created_at":"2024-11-12T18:28:23.604Z","updated_at":"2025-03-01T05:27:01.914Z","avatar_url":"https://github.com/salazarr-js.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Óptica Mérida - Comercio Electrónico\n\nAplicación web cliente para Comercio Electrónico de [**Óptica Mérida**](https://optica-merida.web.app)\n\n## Pre-requisitos\n\nAntes de empezar, asegúrese de que su entorno de desarrollo incluya `Node.js`, el administrador de paquetes `npm` y el sistema de control de versiones `GIT`\n\n- [Node.js](https://nodejs.org/) versión LTS `12.19.0`\n- [GIT](https://git-scm.com/)\n\n## Dependencias\n\nLa aplicación fue desarrollada usando el [CLI](https://cli.angular.io/) de Angular, por esto se recomienda tenerlo previamente instalado.\n\n```sh\nnpm install -g @angular/cli  # Instala el CLI de angular de manera global\nnpm install                  # Instala todas las dependencias del proyecto\n```\n\n## `Dev Server`\n\nEjecuta el comando `ng serve` para levantar un servidor de desarrollo. Navega a la `url` especificada, suele ser http://localhost:4200/. La aplicación se recargara automaticamente si se realiza algun cambio al codigo fuente.\n\n## `Build`\n\nEjecuta el comando `ng build` para compilar el proyecto. El proyecto compilado se guardara en la carpeta `dist/`. Usa la bandera `--prod` para compilar con parametros para producción.\n\n\u003e https://www.masvision.com.ar/\n\n# TODOs\n- [x] update angular \u0026 angular material \n- [x] Setup msw\n  - [x] mock home page services\n  - [x] mock product detail page services\n  - [x] mock cart page services\n- [x] fix broken images \n- [x] better empty views\n  - [x] empty search\n  - [x] 404\n  - [x] empty cart\n- [x] fix auth\n- [x] fix email send\n- [x] fix stock artifact\n- [ ] update third libs\n- [x] add searchbar + searching feature\n  - [x] hide searchbar on unused routes\n- [x] responsive styles fixes\n  - [x] fix hero\n  - [x] fix home page\n    - [x] responsive product card\n    - [x] responsive filters\n  - [x] fix product detail page\n  - [x] fix cart page\n  - [x] fix sign-in page\n- [x] add scroll to top button\n- [x] paginador/mostrar mas\n- [x] animations\n  - [x] animate scroll to top\n- [ ] alert info \n  this is just a learning/testing propuse e-commerce app,\n  - we won't ask or save any personal data\n  - the auth sesion will be remove from our servers automatically after some time\n  - all the products info and image were scraped from https://www.masvision.com.ar/\n    Copyright © 2023 Mas Vision Argentina\n  - product prices and stock are simulated\n  - you will receive a confirmation mail after finish a simulated \"buy\", you wont receive any other mail after that ( no spam )\n  - any payment method will be asked, the buy proces is just a simulation\n  - any sesion data will be saved on server, we use only localstore to simulate the database\n- [x] indrement/decrement stock after succesful sale\n- [?] cart recomendations, random posts\n- [x] redirect to home if isAuthenticated in sign-in page\n- [ ] hide searchbar on other pages\n- [ ]\n- [ ] update README\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalazarr-js%2Foptica-merida","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalazarr-js%2Foptica-merida","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalazarr-js%2Foptica-merida/lists"}