{"id":16915328,"url":"https://github.com/marcobiedermann/contacts","last_synced_at":"2026-05-10T03:04:20.232Z","repository":{"id":35854724,"uuid":"143052835","full_name":"marcobiedermann/contacts","owner":"marcobiedermann","description":"📒 Contacts Application","archived":false,"fork":false,"pushed_at":"2023-03-14T22:12:21.000Z","size":5129,"stargazers_count":1,"open_issues_count":12,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-05T13:32:23.601Z","etag":null,"topics":["app","contacts","firebase","react","single-page-app","typesript"],"latest_commit_sha":null,"homepage":"https://contacts-app.netlify.com/","language":"TypeScript","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/marcobiedermann.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,"publiccode":null,"codemeta":null}},"created_at":"2018-07-31T18:33:48.000Z","updated_at":"2023-03-08T04:21:49.000Z","dependencies_parsed_at":"2024-12-18T20:12:15.584Z","dependency_job_id":"91b269d1-bd51-4647-bb8a-6e31849e54ba","html_url":"https://github.com/marcobiedermann/contacts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marcobiedermann/contacts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcobiedermann%2Fcontacts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcobiedermann%2Fcontacts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcobiedermann%2Fcontacts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcobiedermann%2Fcontacts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcobiedermann","download_url":"https://codeload.github.com/marcobiedermann/contacts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcobiedermann%2Fcontacts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266242072,"owners_count":23898102,"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":["app","contacts","firebase","react","single-page-app","typesript"],"created_at":"2024-10-13T19:18:52.184Z","updated_at":"2026-05-10T03:04:20.128Z","avatar_url":"https://github.com/marcobiedermann.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Contacts App\n\n[![codecov](https://img.shields.io/codecov/c/gh/marcobiedermann/contacts)](https://codecov.io/gh/marcobiedermann/contacts)\n[![dependencies Status](https://img.shields.io/david/marcobiedermann/contacts)](https://david-dm.org/marcobiedermann/contacts)\n[![devDependencies Status](https://img.shields.io/david/dev/marcobiedermann/contacts)](https://david-dm.org/marcobiedermann/contacts?type=dev)\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/marcobiedermann/contacts/CI)\n[![Netlify Status](https://api.netlify.com/api/v1/badges/16b1212e-31a0-4415-aad4-df9d20d5217a/deploy-status)](https://app.netlify.com/sites/contacts-app/deploys)\n\nContact management tool built using React, Firebase and TypeScript.\n\n## Table of Contents\n\n- [Setup](#setup)\n- [Usage](#usage)\n- [Models](#models)\n- [License](#license)\n\n## Setup\n\nInstall dependencies.\n\n```sh\nnpm install\n```\n\n## Usage\n\n### Format\n\nFormat code using [Prettier](https://prettier.io/).\n\n```sh\nnpm run format\n```\n\n### Linting\n\nLint code using [ESLint](https://eslint.org/).\n\n```sh\nnpm run lint\n```\n\n### Testing\n\nRun tests using [Jest](https://jestjs.io/) testing framework.\n\n```sh\nnpm test\n```\n\n## Models\n\n### Contact\n\nContact model structure containing example data.\n\n```json\n{\n  \"name\": {\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\"\n  },\n  \"addresses\": [\n    {\n      \"type\": \"home\",\n      \"value\": {\n        \"city\": \"New York City\",\n        \"country\": \"US\",\n        \"street\": \"Main Street 1\",\n        \"zip\": \"12345\"\n      }\n    }\n  ],\n  \"emails\": [\n    {\n      \"type\": \"home\",\n      \"value\": \"john.doe@gmail.com\"\n    }\n  ],\n  \"phones\": [\n    {\n      \"type\": \"home\",\n      \"value\": \"+1 234 56789\"\n    }\n  ]\n}\n```\n\n## License\n\n[MIT](LICENSE) © [Marco Biedermann](https://github.com/marcobiedermann)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcobiedermann%2Fcontacts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcobiedermann%2Fcontacts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcobiedermann%2Fcontacts/lists"}