Skip to content

Your free and open-source app for equations, formulas, variables, constants and units.

License

Notifications You must be signed in to change notification settings

Equreka/Equreka

Repository files navigation

Logo

Equreka

Discord Twitter Follow Sponsor GitHub

Your free and open-source app for equations, formulas, constants, magnitudes, variables and units.

Sponsor Equreka https://github.com/sponsors/DerianAndre

You can help and we need you!

Join us at Discord: https://discord.gg/NZypuxvAB6

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build 
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.

To-do

Data

  • SI basic units
  • SI basic constants
  • SI derivated units
  • Get at least 100 mixed data
  • Add subCategories or tags

App

  • App for Android (WIP)
  • App for iOS (WIP)
  • Beta test

UI

  • Improve UX/UI (always doing it!)
  • Add content for everything
  • Add copy-to-clipboard for conversions

Calculator

  • Automatically create inputs, import function file and get constants
  • Error message system
  • Copy to clipboard
  • Unit input for equations/formulas
  • Unit ratio conversion-system
  • Unit formula conversion-system
  • Computer Algebra System (Future)

Scripts

  • Hover system for web
  • Hover: Better hover system for app
  • Languages: Save in localStorage
  • Favorites: System with localStorage
  • Favorites: Add export
  • Favorites: Add import
  • Favorites: Fix export for capacitor
  • Report system

Code

  • Clean code
  • Optimizations and refactors