The Quote Editor is a responsive SPA application that helps users to make fast quotation. It allows to name a quote, and add items tracking the date it was added to the quotation.
- Major languages: Ruby, Ruby on Rails, Scss
- Technologies used: Hotwire (Turbo Drives, Turbo Frames and Turbo Stream)
- Ruby installed on local system
- npm ( Node Package Manager )
To get a local copy up and running follow these simple example steps.
-
Open terminal
-
Change to the desired directory then run the following:
- run
git clone git@github.com:yersel500/quote_editor.git
- cd budget_app/
- git switch dev
- run
npm install
oryarn
- run
bundle install
- run
rails db:create
- run
rails db:migrate
- run
*Steps to excute the app locally
- Run
bin/dev
in the console at working directory
*Steps to excute test of the app locally
- Run
bin/rails db:seed
- Run
bin/rails test:all
Quote_editor.mp4
- GitHub: @yersel500
- Twitter: @YerselHurtado
- LinkedIn: Yersel Hurtado
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Original design idea by Alexandre Ruban on hotrails.dev.
This project is MIT licensed.