Published on 2023-02-19 18:37 by Manu Gallego
Mimimify
Automatic Mimifier in JavaScript
Description
Mimimify is a web application that converts any text into “mimimi” text. Simply enter the text in the input field and copy the generated result.
Project Structure
assets/ css/ assets/css/styles.css img/ js/ assets/js/scripts.js assets/js/scripts.min.js index.html LICENSE README.md
Installation
- Clone the repository:
git clone https://github.com/your-username/mimimify.git
- Navigate to the project directory:
cd mimimify
Usage
- Open the
index.html
file in your web browser. - Enter the text you want to mimify in the input field.
- Copy the generated result.
Contribution
- Fork the project.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes and commit them (
git commit -am 'Add new feature'
). - Push your changes to your fork (
git push origin feature/new-feature
). - Create a new Pull Request.
License
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
Written by Manu Gallego
← Back to blog