Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Turing authored Aug 14, 2024
1 parent abfd72e commit af3907c
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<h1 align="center">Text Encryptor</h1>

<!-- [Cover image here] -->

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Version](https://img.shields.io/badge/version-1.0-blue.svg)](https://github.com/Alex-Turing/DesafioEncriptadorTexto/releases)
[![Last Commit](https://img.shields.io/github/last-commit/Alex-Turing/DesafioEncriptadorTexto)](https://github.com/Alex-Turing/DesafioEncriptadorTexto/commits)

## Index

- [Project Description](#project-description)
- [Project Status](#project-status)
- [Project Features](#project-features)
- [Project Access](#project-access)
- [Technologies Used](#technologies-used)
- [Contributors](#contributors)
- [Project Developers](#project-developers)
- [License](#license)

## Project Description

Text Encryptor is a tool designed to encrypt and decrypt text messages. It is ideal for those looking to protect information in a simple and effective way. The interface is intuitive, allowing users to input text, encrypt it, and easily copy the result.

## Project Status

The project is at version 1.0 and has been fully implemented. It is currently in the testing and optimization phase.

## :hammer:Project Features

- `Encrypt text`: Encrypts a simple text message into a secure format.
- `Decrypt text`: Decrypts a previously encrypted message.
- `Copy message`: Copies the encrypted or decrypted text to the clipboard.
- `User-friendly interface`: Responsive design that adapts to mobile devices and tablets.

## Project Access

You can access the project and contribute through the following link: [Text Encryptor](https://github.com/Alex-Turing/DesafioEncriptadorTexto).

## Technologies Used

- HTML5
- CSS3
- JavaScript
- Bootstrap

## Contributors

- [Alexander Hernandez](https://github.com/Alex-Turing)

## Project Developers

<img src="path/to/your/photo.jpg" width="100px;" alt="Alexander Hernandez"/><br>
**Alexander Hernandez**
[GitHub](https://github.com/Alex-Turing)
[LinkedIn](https://www.linkedin.com/in/alexander-hernandez-software-developer/)

## License

This project is licensed under the MIT License. See the [LICENSE](https://opensource.org/licenses/MIT) file for more details.

0 comments on commit af3907c

Please sign in to comment.