{"id":21435480,"url":"https://github.com/german-cobian/contact-app","last_synced_at":"2025-07-25T14:03:28.660Z","repository":{"id":40259297,"uuid":"448614925","full_name":"German-Cobian/Contact-App","owner":"German-Cobian","description":"A React-Redux app for listing contacts -their name, email and phone number. Includes edit and delete functions. ","archived":false,"fork":false,"pushed_at":"2022-05-17T18:13:56.000Z","size":497,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T10:51:23.147Z","etag":null,"topics":["bootstrap","css","html","javascript","react","redux"],"latest_commit_sha":null,"homepage":"","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/German-Cobian.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}},"created_at":"2022-01-16T16:50:44.000Z","updated_at":"2023-07-05T22:25:33.000Z","dependencies_parsed_at":"2022-08-17T20:45:14.313Z","dependency_job_id":null,"html_url":"https://github.com/German-Cobian/Contact-App","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/German-Cobian%2FContact-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/German-Cobian%2FContact-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/German-Cobian%2FContact-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/German-Cobian%2FContact-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/German-Cobian","download_url":"https://codeload.github.com/German-Cobian/Contact-App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249751572,"owners_count":21320329,"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":["bootstrap","css","html","javascript","react","redux"],"created_at":"2024-11-22T23:44:21.611Z","updated_at":"2025-04-19T17:42:34.455Z","avatar_url":"https://github.com/German-Cobian.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Contact-App\n\nA how-to on building a basic React-Redux app. The user can see the names, e-addresses, and id numbers of existing contacts, \n\n![Show contacts](/src/assets/Show-contacts.png?raw=true \"Show contacts\")\n\n...edit,\n\n![Edit contacts](/src/assets/Edit-contacts.png?raw=true \"Edit contacts\")\n\n...delete, \n\n![Delete contacts](/src/assets/Delete-contacts.png?raw=true \"Delete contacts\")\n\n..or add new ones.\n\n![Add contacts](/src/assets/Add-contacts.png?raw=true \"Add contacts\")\n\nSince the purpose of the project is to show step-by-step how different functionalities are implemented in a React-Redux app the user will, according to which branch they checkout to, be able to see only a specific functionality of the app completed. The project is based on the tutorial video [React Redux Contact App | Redux Projects](https://youtu.be/DZ7AZuii9ZU) by \"Fullyworld Web Tutorials.\"\n\n\n## Built With\n\n* HTML\n* CSS\n* Bootstrap\n* Javascript\n* React\n* Redux\n\n\n## Getting Started\n\n### Setup and Install\n\nTo get a local copy up and running follow these simple example steps:\n\n* Open your terminal - Windows: Win + R, then type cmd | Mac: Command + space, then type Terminal\n* Navigate to a directory of your choosing using the cd command\n* Run this command in your OS terminal: `git clone git@github.com:German-Cobian/Contact-App.git` to get a copy of the project\n* Navigate to the project's directory using the cd command\n* In the clone folder, run `npm install` and then `npm run build`\n* To fire up the server run `npm start`\n\n### Breakdown of Tutorial\n\nThe feature branches of the tutorial present versions of the app where specific components or functions\nwere implemented.\n\n* `feature1-navbar`\nImplements the Navbar component which displays the navbar in the homepage.\n\n* `feature2-homeComponent`\nImplements the Home component which displays the content of the homepage, that is contact names, emails and numbers.\n\n* `feature3-addContact`\nImplements the addContact component which displays the form for inputing contact's names, emails and id numbers.\n\n* `feature4-editContact`\nImplements the editContact component which displays the form for inputing updates to contact's names, emails and id numbers.\n\n* `feature5-addContactFunc`\nImplements the functions actions and reducers (with their requisite functions) required for inputing contact's names, emails and id numbers.\n\n* `feature6-addContactActions`\nImplements the functions actions and reducers (with their requisite functions) required for inputing contact's names, emails and id numbers.\n\n* `feature7-displayContacts`\nImplements the actions and reducers (with their requisite functions) required for inputing contact's names, emails and id numbers.\n\n* `feature8-editContacts`\nImplements the actions and reducers (with their requisite functions) required for updating contact's names, emails and id numbers.\n\n* `feature9-deleteContacts`\nImplements the actions and reducers (with their requisite functions) required for deleting contact's names, emails and id numbers.\n\n\n## Author\n\n👤 **German Cobian**\n\n* GitHub: [@German-Cobian](https://github.com/German-Cobian)\n* Twitter: [@GermanCobian1](https://twitter.com/GermanCobian1)\n* LinkedIn: [@german-cobian](https://www.linkedin.com/in/german-cobian/)\n\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/German-Cobian/Contact-App/issues).\n\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n\n## Acknowledgments\n\nThis project is based on the tutorial video [React Redux Contact App | Redux Projects](https://youtu.be/DZ7AZuii9ZU) by \"Fullyworld Web Tutorials.\"\n\n\n## 📝 License\n\nThis project is [MIT](https://github.com/German-Cobian/Contact-App/blob/main/LICENSE) licensed.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerman-cobian%2Fcontact-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgerman-cobian%2Fcontact-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerman-cobian%2Fcontact-app/lists"}