Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.46 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.46 KB

Word Converter

💻 Repository Summary

An indispensable web application to edit words and phrases, using uppercase, lowercase letters and title format, also having the options of consonants in uppercase and uppercase vowels, in addition to being able to copy and delete the typed and / or converted content.

🛠 Technologies

Project was built using HTML, CSS e VanillaJS but what is it?

  • HTML - Or HyperText Markup Language, which means: "Hypertext Markup Language" is a markup language used in the construction of the "skeleton" of web pages.

  • CSS - Or Cascading Style Sheets is a mechanism for adding style to a web document.

  • VanillaJS - Nothing else is pure JavaScript. The play on the name probably arose from the English expression “vanilla (something)”, which refers to the most common or simplest version of something.

🔨 Local Installation

You will need GIT in the most up-to-date version installed on your computer to continue.

https://github.com/jhonywalkeer/word-converter.git

$ cd word-converter
$ code .

And now to run our game locally just open the index.html file and open it with the Live Server extension

📖 License

This project is under license from MIT. See the LICENSE file for more details.