{"id":19941650,"url":"https://github.com/tjmelo/tmx-venus","last_synced_at":"2025-05-03T15:31:53.544Z","repository":{"id":42233640,"uuid":"327097418","full_name":"tjmelo/tmx-venus","owner":"tjmelo","description":"A simple project CRUD elements list for add, edit, and exclude interative elements.","archived":false,"fork":false,"pushed_at":"2024-08-31T04:04:30.000Z","size":2441,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-09-09T18:53:23.793Z","etag":null,"topics":["babel","html","javascript","sass"],"latest_commit_sha":null,"homepage":"https://tmx-shoplist.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tjmelo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2021-01-05T19:23:19.000Z","updated_at":"2022-03-17T12:51:59.000Z","dependencies_parsed_at":"2023-02-08T16:01:44.796Z","dependency_job_id":"26ecb8b0-7464-431a-afcb-e5f6213bf1ea","html_url":"https://github.com/tjmelo/tmx-venus","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjmelo%2Ftmx-venus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjmelo%2Ftmx-venus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjmelo%2Ftmx-venus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjmelo%2Ftmx-venus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tjmelo","download_url":"https://codeload.github.com/tjmelo/tmx-venus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224365416,"owners_count":17299156,"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":["babel","html","javascript","sass"],"created_at":"2024-11-13T00:09:48.285Z","updated_at":"2024-11-13T00:09:48.758Z","avatar_url":"https://github.com/tjmelo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![project](https://img.shields.io/badge/project-TMX%20Venus-blue)\n\n# TMX Venus\n\n![Size](https://img.shields.io/github/repo-size/tjmelo/tmx-venus) ![Version](https://img.shields.io/github/package-json/v/tjmelo/tmx-venus) ![Release](https://img.shields.io/github/v/release/tjmelo/tmx-venus) ![Last Commit](https://img.shields.io/github/last-commit/tjmelo/tmx-venus/main)\n![Passing](https://img.shields.io/github/actions/workflow/status/tjmelo/tmx-venus/checkout-ci.yml)\n[![Netlify Status](https://api.netlify.com/api/v1/badges/ec8a4c81-bee8-4c94-87f0-f9606385df67/deploy-status)](https://app.netlify.com/sites/tmx-shoplist/deploys)\n\n## Table of content\n\n- [About app](#about-app)\n- [Preview Screens](#preview-screens)\n- [Project details](#project-details)\n  - [CSS](#css)\n  - [Build](#build)\n  - [Simple Develop Process](#simple-develop-process)\n  - [Docker Develop Process](#docker-develop-process)\n  - [NPM Package](#npm-package)\n\n# About app\n\n### Simple CRUD Shop List\n\nThis project is a simple **CRUD** elements list.\nAdd an element to the list\n\n- Edit element at list\n- Exclude element at list\n\n# Preview Screens\n\n![Preview](/src/images/shopping-list.png)\n\n![Preview](/src/images/shopping-list2.png)\n\n### Project Details\n\nThis app uses:\n\n- [x] HTML\n- [x] JavaScript\n- [ ] Typescript\n- [ ] Redux\n- [x] Babel\n- [x] Sass\n- [x] Webpack\n- [x] Docker\n\n## CSS\n\nTo compile CSS in the development process:\n\n```sh\nnpm run css\n```\n\n## Build\n\nTo generate build:\n\n```sh\nnpm run build\n```\n\n## Simple Develop Process\n\n[![Tasks TMX Venus runner](https://github.com/tjmelo/tmx-venus/actions/workflows/checkout-ci.yml/badge.svg)](https://github.com/tjmelo/tmx-venus/actions/workflows/checkout-ci.yml)\n\nDownload the project\n\nClone or fork this repository\n\n```sh\ngit clone https://github.com/tjmelo/tmx-venus.git\n\ncd tmx-venus\n\ngit checkout -b develop\n\nnpm install \u0026\u0026 npm start\n```\n\n## Docker Develop Process\n\n[![image-docker-ci](https://github.com/tjmelo/tmx-venus/actions/workflows/ghpckg-image-ci.yml/badge.svg)](https://github.com/tjmelo/tmx-venus/actions/workflows/ghpckg-image-ci.yml)\n\n```sh\ngit clone https://github.com/tjmelo/tmx-venus.git\n\ncd tmx-venus\n\ndocker compose up -d\n```\n\nInstall from the command line\n\n```\ndocker pull ghcr.io/tjmelo/tmx-venus:latest\n```\n\nor image in **Docker Hub** for optional download\n\n```\ndocker pull tmwd/tmx-venus\n```\n\nOpen the app on a browser http://localhost:9000\n\n## NPM Package\n[![publish-to-github-packages](https://github.com/tjmelo/tmx-venus/actions/workflows/ghpckg-npm-ci.yml/badge.svg)](https://github.com/tjmelo/tmx-venus/actions/workflows/ghpckg-npm-ci.yml)\n[![publish-to-npm](https://github.com/tjmelo/tmx-venus/actions/workflows/npm-registry.yml/badge.svg)](https://github.com/tjmelo/tmx-venus/actions/workflows/npm-registry.yml)\n\nFor installation by npm package :\n\u003e Aggregated micro frontend\n\n```bash\nnpm install @tjmelo/tmx-venus@latest\n```\n\n\nHave a code fun :fire:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjmelo%2Ftmx-venus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftjmelo%2Ftmx-venus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjmelo%2Ftmx-venus/lists"}