Skip to content

Ulzahk/Escalindromo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Escalindromo Logo
Escalindromo

The palindrome scanner

HTML5 CSS3 JavaScript

Escalindomo is a tool for scan and search panlindromes in words or complete phrases, including a history section to know how much tries have you done.

πŸ“” Commits Guidelines

  • Using as reference Conventional Commits
  • Every commit should have a sign with the contributor's GPG key
  • The basic structure should be [{ type in uppercase }] { description using imperative writing style or writing as a if it were a command }", for example:
    • [UPDATE] header component with a new one more darker
  • For the types we have:
    • [UPDATE] : when we need to add a new feature, tests or change a property.
    • [FIX] : to implement the code necessary to fix a problem.
    • [DELETE] : when a file is going to be deleted and not replaced.
    • [BREAKING CHANGE] or ! : to implement changes that are going to affect the integration with other services, for example:
      • [UPDATE]! API version to v2 for new endpoints

🀝 How to Contribute

  1. Fork the project: by clicking the fork button (located at the top right corner)
  2. Clone the project on your device: git clone https://github.com/<your username>/Escalindromo.git
  3. Do the necessary improvements and make a commit: git commit -am "<commit message>" or use git add . and then git commit -m "<commit message>"
  4. Upload changes to the repository created with the fork: git push origin <branch name>
  5. Create a pull request to the original project.

πŸ“¦ Components

Scanner

Scanner component image

Last Word/Phrase

Last word/phrase component image

Instructions and History

Instructions and history component image

License

MIT License