Lasagna is a simple web application that converts your boring currency to lasagna!
It is built using HTML, CSS, and JavaScript, and packages with Apache Cordova to create a cross-platform mobile application.
I created this project because my brain is been doing this thing for months of "convert my money to lasagna" and i couldn't keep up with the market lasagna price, so here it is. - Very autistic
quick note: it only applies to the portuguese lasagna market as a base. But it becomes more fun, if in a conversation you say "that equals 4 portuguese lasagnas" heheh
- Node.js (v14 or higher)
- Android sdk (for Android development)
- Xcode (for iOS development)
- Apache Cordova CLI:
npm install -g cordova - Git
- A code editor (e.g., Visual Studio Code)
- A device or emulator for testing
- Clone the repository:
git clone https://github.com/everm4iva/lasagna.git - Navigate to the project directory:
cd lasagna - Install dependencies:
npm install - Add platforms:
- For Android:
cordova platform add android - For iOS:
cordova platform add ios - For web:
cordova platform add browser - For desktop:
cordova platform add electron
- For Android:
- Build the application:
- For Android:
cordova build android - For iOS:
cordova build ios - For web:
cordova build browser - For desktop:
cordova build electron - For all platforms:
cordova build - For debug, you can add the
--debugflag to the build command, e.g.,cordova build android --debug
- For Android:
- Run the application:
- For Android:
cordova run android - For iOS:
cordova run ios - For web:
cordova run browser - For desktop:
cordova run electron - For debug, you can add the
--debugflag to the run command, e.g.,cordova run android --debug
- For Android:
Happy building!
-- everm4iva, april 2026 --
