Contacts is a static web app designed for users to store their contacts securely. The contact information is end-to-end encrypted using local storage.
Visit: https://yash12007.github.io/Contacts
Contacts implement end-to-end encryption for stored contact information using local storage.
Thank you for considering contributing to Contacts! Please follow the guidelines below.
- Fork the project.
- Create a new branch for your feature or bugfix:
git checkout -b feature/new-feature
or
git checkout -b bugfix/issue-fix
- Commit your changes:
git commit -m <Add new feature>
- Push to the branch:
git push origin feature/new-feature
- Submit a pull request.
Just so you know, this project is released with a Contributor Code of Conduct. By participating in this project, you agree to follow its terms. See CODE_OF_CONDUCT.md for details.
This project is licensed under the MIT License - see the LICENSE file for details.
Developed by Yash12007 © 2023 Yash12007. All Rights Reserved.