erick-sk / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Ruby 71.0%Language:HTML 21.9%Language:JavaScript 4.5%Language:CSS 2.2%Language:Shell 0.4%