#Summary & Intentions Originally called snippets in the early development stage and renamed to codebytes. codebytes is a web-based application built on a vision: to connect developers and help beginning developers learn to code. codebytes is a resource hub for code snippets. A user-based community for developers to upload useful code and build their own code reference sheets. You can find the deployed version of this app following the link below:
http://codebytes-.herokuapp.com/
You are encouraged to contribute to our library and use codebytes as a reference tool for your coding. We will be making updates gradually.
##Intentions To develop a resource for beginning and professional developers to connect and share code. At times, coding can be exhausting and memory short-circuits. codebytes resolves this issue by providing a place where developers can reference useful and frequented code. codebytes could be useful to developers who are contributing to a larger project like an extension library or an application - providing a space for developers to share integral parts for building libraries or larger applications.
#Sub-modules and Libraries
- Rails 4
- Ace (Ajax.org Cloud9 Editor)
- Bootstrap.js
- BCrypt
- Ransack
##Rails 4 This application runs on the Ruby-on-Rails 4 web framework.
##Ace (Ajax.org Cloud9 Editor) Ace is a standalone code editor rendered within the browser and written in JavaScript. The embedded code editor mirrors existing text editor technologies - providing multiple language support, live syntax checking, highlighting, indentation, and more.
##Bootstrap.js Bootstrap provides front-end support with easy-to-use libraries for HTML, CSS, and Javascript.
##BCrypt BCrypt uses a password hashing algorithm in order to secure and store user information. Bcrypt provides user authentication and encryption.
##Ransack Ransack provides form creation and search querying against an application's models.
#Contributors Alex Le
Audrey McGowen
David Bragdon
Kim Brewer
#License See file called LICENSE.