Status: Version 0.16 — Currently: missing core app features; in cross-browser and cross-device testing.
The goal of this project is to create a web application toolkit and framework that is completely open with the fewest of dependencies, built with the best in modern technology and incorporates the modular (component) approach to development. This is also a very opinionated stack that focuses on integration, rather than a mash-up of disparate technologies. Make sure you like my tech-stack before diving in ;)
- AngularJS Intergration (DONE)
- CRUD API (IN PROGRESS)
- Data JS object manipulation API (IN PROGRESS)
- Click-event delegation (DONE)
- Date validation & format automation (DONE)
- Phone number validation & format automation (DONE)
- Time validation & format automation (ALMOST DONE)
- Basic alert functioning & management (DONE)
- Compass & Sass Driven (DONE)
- CSS Normalization (DONE)
- Grid system with two types (DONE)
inline-block
typetable-cell
(seamless) type
- Typographic ruleset (DONE)
- Button styling and features (DONE)
- Primary, secondary and tertiary styles
- Group and button bar features
- Navigational styling and features (DONE)
- Horizontal style
- Vertical style
- Optional drop-down menu features
- Tab UI and IxD
- Basic form styling and features (DONE)
- Basic media queries (DONE)
- Prototype layer for rapid prototyping (IN PROGRESS)
- Tabbed UI (DONE)
- Helper Classes (DONE)
- Breadcrumbs
- Labels
- Panels
- Progress Bars
- Img Thumbnails
- Inline Lists
- Flexible Videos
- Modals with multiple, desktop sizes (DONE)
- Wayfinding navigation (section aware) (DONE)
- Alerts (DONE)
- Date Picker (DONE)
- Complete and integrate object manipulation API into demo. (IN PROGRESS)
- Provide client-side routing demo. (NOT STARTED)
- Separate prototyping layer from core framework. (IN PROGRESS)
- System wide, advanced alert & notification system
- Angular integrated modal + content viewer (e.g. go to next or prev within modal)
- Custom multi-select integration
- Advanced multi-group toolbar integration
- More advanced responsiveness with JS and media queries
- Integrate scrolling animation to Wayfinder nav.
- Click driven popovers and tooltips
- Content carousel
- Image gallery/viewer
- Accordion
- Toolbar UI
- Improve responsiveness for mobile
- Responsive tables
- Make vertical tabs more mobile friendly version
- Make Wayfinder more mobile friendly version
- Collapsible Navigation
- Not started
- Event Driven Notifications by User / Re-Useable Errors and Alerts (This will be a WIP for a bit)
- Must not be removed on close
- Custom notifications per page
- I would like to see it as a JS array
- Instantiated on the Layout Page
- Form validations (AngularJS handles validation natively)
- Validations that cross boundaries between PHP and Javascript
- Errors and notifications that are the same on both sides
- Compass Ruby Gem
- Node.js
- Grunt.js
- Assorted Grunt Plugins
- UI & Ix Framework based off of Zurb's Foundation
- HTML5 Boilerplate
- AngularJS seed
- jQuery with differing build versions
- Lo-Dash: A JS utility library
- Modernizr
- Waypoints Plugin
- Node.js & Grunt
- Compass and Sass
- Testacular & Jasmine
- Grunt.js and assorted plugins
I'd like to thank all the teams responsible for the above listed technologies and their generous open-source philosophies. Because of these great people and their openness to sharing, we are allowed to stand on the shoulders of those that come before us. Thank you.
Copyright (c) 2013 Justin Lowery
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.