Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 4.01 KB

File metadata and controls

71 lines (58 loc) · 4.01 KB

About

Decoder is a tool to encrypt and decrypt text by replacing each letter with a corresponding term and vice versa. This allows users to transform a message into a coded format and then reverse the process to restore the original text. This project was proposed by Oracle Next Education and Alura as part of their course, and its design was adapted by me.

Built With

HTML5 CSS3 JavaScript Github Pages Figma

🡩 back to top

Features

  • Translations in English and Brazilian Portuguese
  • Light and dark themes
  • Copy text to clipboard

🡩 back to top

Usage

  1. Write a valid text in input field — it should include only lowercase letters with no accent (a-z) and the only special characters allowed are dots (.), commas (,), exclamations (!) and question (?) marks
  2. Click on 'Encrypt' button to encode text
  3. In output box, click on 'Copy' button
  4. Paste the copied text in input field and click on 'Decrypt' button
  5. Voilà! Have fun inserting different texts!

🡩 back to top

Contributors

Novembro
Novembro

Gmail LinkedIn

🡩 back to top

Contribution

If you would like to contribute to this project, follow these steps:

  1. Fork the project to your local machine
  2. Create your feature branch: git checkout -b feature/YourFeatureName
  3. Make your changes and add them: git add .
  4. Commit your changes: git commit -m "Add feature 'your feature name'"
  5. Push changes to the branch: git push origin feature/YourFeatureName
  6. Open a pull request so your changes can be analyzed and included on the project

🡩 back to top

License

Distributed under the MIT License. See LICENSE for more information.

🡩 back to top

©2024 Decoder — Made by Novembro