{"id":25877263,"url":"https://github.com/rh9891/contactfox","last_synced_at":"2025-03-02T11:19:47.463Z","repository":{"id":196350316,"uuid":"298960222","full_name":"rh9891/ContactFox","owner":"rh9891","description":"A full stack MERN application (with CRUD capabilities) that utilizes the Context API along with the useContext and useReducer hooks for state management and JWT authentication for individual users to manage their contacts.","archived":false,"fork":false,"pushed_at":"2021-10-27T03:28:35.000Z","size":490,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-09-24T17:38:29.851Z","etag":null,"topics":["axios","bcrypt","contacts-manager","context-api","express","express-validator","heroku","jwt","mern-stack","mongodb","mongoose","nodejs","react-hooks"],"latest_commit_sha":null,"homepage":"https://contact-fox.herokuapp.com/","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/rh9891.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}},"created_at":"2020-09-27T05:30:54.000Z","updated_at":"2023-09-24T17:38:53.850Z","dependencies_parsed_at":"2023-09-24T17:55:32.002Z","dependency_job_id":null,"html_url":"https://github.com/rh9891/ContactFox","commit_stats":null,"previous_names":["rh9891/contactfox"],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FContactFox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FContactFox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FContactFox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FContactFox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rh9891","download_url":"https://codeload.github.com/rh9891/ContactFox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241494752,"owners_count":19971972,"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":["axios","bcrypt","contacts-manager","context-api","express","express-validator","heroku","jwt","mern-stack","mongodb","mongoose","nodejs","react-hooks"],"created_at":"2025-03-02T11:19:47.071Z","updated_at":"2025-03-02T11:19:47.452Z","avatar_url":"https://github.com/rh9891.png","language":"JavaScript","readme":"# Contact Fox\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## Table of Contents\n\n- [Description](#description)\n- [User Story](#user-story)\n- [Features of the Application](#features-of-the-application)\n- [Preview of Contact Fox](#preview-of-contact-fox)\n- [Links](#links)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Built Using](#built-using)\n- [License](#license)\n- [Contributing](#contributing)\n- [Questions](#questions)\n\n## Description\n\nContact Fox is a contact manager application that enables users to easily store and find contact information, such as names, email addresses, and phone numbers. In order to access the application, the user must first create an account. With access to an account, the user is able sign in to view their existing contacts, add a new contact, delete, edit and update any existing contacts.\n\nContact Fox is a full stack MERN application that utilizes the Context API along with the useContext and useReducer hooks for state management. The application also uses private routes and JWT authentication to authorize individual users, so that they can safely register, sign in, and log out of the application.\n\n## User Story\n\n```\nAS A user\nI WANT to store and manage my contacts\nSO THAT I can easily access information about my personal and professional connections.\n```\n\n## Features of the Application\n\n```\nGIVEN a contact management application\nWHEN I register an account\nTHEN I am given private access to the application.\n\nWHEN I log into the account\nTHEN I am presented with the dashboard where I can access my contacts.\n\nWHEN I fill out the form and click on the Add Contact button,\nTHEN I will have stored a new contact.\n\nWHEN I click on the Delete button of a saved contact,\nTHEN I will have deleted that contact permanently from my stored  contacts.\n\nWHEN I click on the Edit button of a saved contact,\nTHEN I will be able to edit and update that contact's information.\n\nWHEN I input characters into the Search Contacts field,\nTHEN I can filter through the contacts based on those characters.\n\nWHEN I click on the Logout button on the navbar,\nTHEN I will be logged out of the application and be redirected to the login page.\n```\n\n## Preview of Contact Fox\n\n![Contact Fox Login Page](assets/images/contactFoxLoginPage.png)\n\n![Contact Fox Register Page](assets/images/contactFoxRegisterPage.png)\n\n![Contact Fox Dashboard Page](assets/images/contactFoxDashboardPage.png)\n\n## Links\n\n- [Deployed Application](https://contact-fox.herokuapp.com)\n\n- [Github Repository](https://github.com/rh9891/ContactFox)\n\n## Installation\n\nThe application requires the following dependencies and/or package managers:\n\n```\n$ npm install axios bcryptjs concurrently config express express-validator jsonwebtoken mongoose nodemon react react-icons react-router-dom\n```\n\nWhen downloaded, the application requires the input of `npm install` into the command line interface in order to download the contents of the `package.json`.\n\n## Usage\n\nThe application can be initiated by inputting `npm run dev` into the command line interface and running the application on `localhost: 3000`.\n\n## Built Using\n\nListed below are the frameworks, libraries, and guides that made building this application possible:\n\n- [Context](https://reactjs.org/docs/context.html)\n- [Express.js](https://expressjs.com/)\n- [Bcrypt.js](https://github.com/kelektiv/node.bcrypt.js#readme)\n- [JSON Web Tokens](https://jwt.io/introduction)\n- [Mongoose](https://mongoosejs.com/)\n- [Node.js](https://nodejs.org/en/docs/)\n- [Nodemon](https://www.npmjs.com/package/nodemon)\n- [React](https://reactjs.org/docs/getting-started.html)\n- [React Hooks](https://reactjs.org/docs/hooks-intro.html)\n- [React Icons](https://react-icons.github.io/react-icons)\n- [Traversy Media Tutorials](https://www.traversymedia.com)\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2020 Romie Hecdivert\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n## Contributing\n\nIf you would like to contribute to this repository, please contact me via [Github](https://github.com/rh9891).\n\n## Questions\n\nIf you have any questions, comments, or issues regarding this application, please do not hesitate to contact me via [Github](https://github.com/rh9891).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frh9891%2Fcontactfox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frh9891%2Fcontactfox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frh9891%2Fcontactfox/lists"}