Skip to content

Application that calculates the annual projection of an investment in dollars on the acquisition of two cryptocurrencies Bitcoin and Ethereum. With a monthly intreres of 5% and 3% respectively for each type of cryptocurrency.

Notifications You must be signed in to change notification settings

erick-sk/crypto-calculator

Repository files navigation

Crypto Calculator

Application that calculates the annual projection of an investment in dollars on the acquisition of two cryptocurrencies Bitcoin and Ethereum. With a monthly intreres of 5% and 3% respectively for each type of cryptocurrency.

Tech Stack

  • Ruby 3.1.0
  • Rails 7.0.2.3
  • Sqlite3 1.4

Gems:

  • tailwindcss-rails 2.0
  • faraday 2.2
  • csv 3.2

Initialize Project

Clone project

  git clone git@github.com:erick-sk/crypto-calculator.git

Go to project directory

  cd crypto-calculator

Install dependencies

  bundle install

Preparing the database:

  rails db:create
  rails db:migrate

Start server

  rails server

Start tailwindcss:

  bin/dev

About

Application that calculates the annual projection of an investment in dollars on the acquisition of two cryptocurrencies Bitcoin and Ethereum. With a monthly intreres of 5% and 3% respectively for each type of cryptocurrency.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published