https://github.com/yaairfernando/dribble_app
Ruby and rails project that covers a Dribble clone
https://github.com/yaairfernando/dribble_app
jquery ruby ruby-gems ruby-on-rails
Last synced: 12 months ago
JSON representation
Ruby and rails project that covers a Dribble clone
- Host: GitHub
- URL: https://github.com/yaairfernando/dribble_app
- Owner: yaairfernando
- Created: 2019-10-24T13:16:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T15:34:50.000Z (about 3 years ago)
- Last Synced: 2025-01-02T07:27:37.336Z (about 1 year ago)
- Topics: jquery, ruby, ruby-gems, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 3.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
:gem: Dribble With Ruby :gem:
This is a ruby and rails project that covers a clone of Dribble, including some of the application
features as well as a clean style.
Explore the docs »
Report Bug
·
## Table of Contents
* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Contact](#contact)
* [Acknowledgements](#acknowledgements)
## About The Project

This is a Dribble project with ruby and rails
### Built With
The project was developed using these tools and technologies.
* [CSS3](https://developer.mozilla.org/en-US/docs/Web/CSS)
* [HTML5](https://www.w3schools.com/html/)
* [Reset CSS File](https://necolas.github.io/normalize.css/)
* [Ruby](https://www.ruby-lang.org/es/)
* [Ruby and Rails](https://rubyonrails.org/)
* [JQuery Rails](https://github.com/rails/jquery-rails)
## Contact
Yair Fernando Facio Fraga - [YairFernando67](https://github.com/YairFernando67) - yair.facio11@gmail.com
Project Link: [https://github.com/YairFernando67/Dribble_App](https://github.com/YairFernando67/Dribble_App)
#### The Gem List
This is the list of the gems that are required
- [Devise](https://github.com/plataformatec/devise) - Used to the user authentication system
- [Guard Livereload](https://github.com/guard/guard-livereload) - Provides a livereload on the browser when your local files change.
- [Guard](https://github.com/guard/guard) - Work with files when they change
- [Acts As Votable](https://github.com/ryanto/acts_as_votable) - Like and unlike shots
- [CarrierWave](https://github.com/carrierwaveuploader/carrierwave) + [Mini Magick](https://github.com/minimagick/minimagick) - Upload images
- [Gravatar Image Tag](https://github.com/mdeering/gravatar_image_tag) - It is helpful to use user's gravatar based on their emails
- [Better Errors](https://github.com/charliesome/better_errors) - Give you a better display of the errors.
- [Impressionist](https://github.com/charlotte-ruby/impressionist) - To count views
- [Simple Form](https://github.com/plataformatec/simple_form) - Provide simple sintax forms
- [Bulma Rails](https://github.com/joshuajansen/bulma-rails) - CSS framework.
- [hirb](http://tagaholic.me/hirb/doc/) - It desplays a better view of the database