All Projects → ResponsiveBP → Responsive

ResponsiveBP / Responsive

Licence: mit
📱 A super lightweight HTML, Sass, CSS, and JavaScript framework for building responsive websites

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Responsive

Buddycss
The framework for people who love coding!
Stars: ✭ 89 (-88.47%)
Mutual labels:  accessibility, sass, html5
Asciidoctor Html5s
Semantic HTML5 converter (backend) for Asciidoctor
Stars: ✭ 50 (-93.52%)
Mutual labels:  accessibility, html5
Sass A11ycolor
🌈 Generate the nearest accessible color with Sass.
Stars: ✭ 24 (-96.89%)
Mutual labels:  accessibility, sass
Va11ys
Verified Accessibility Samples - Testing the accessibility of HTML & ARIA samples
Stars: ✭ 94 (-87.82%)
Mutual labels:  accessibility, html5
Laradminator
Integration of Adminator into Laravel 6.x/7.x/8.x with RTL support
Stars: ✭ 170 (-77.98%)
Mutual labels:  sass, html5
Vue Cnode
🔥Vue.js打造一个开源的CNode社区。CNode by Vue.js
Stars: ✭ 249 (-67.75%)
Mutual labels:  sass, html5
A11y.css
This CSS file intends to warn developers about possible risks and mistakes that exist in HTML code. It can also be used to roughly evaluate a site's quality by simply including it as an external stylesheet.
Stars: ✭ 1,277 (+65.41%)
Mutual labels:  accessibility, sass
Fictoan
Mockups with markup — https://sujan-s.github.io/fictoan/
Stars: ✭ 114 (-85.23%)
Mutual labels:  sass, html5
Hstardoc
My blogs write with markdown.
Stars: ✭ 297 (-61.53%)
Mutual labels:  sass, html5
Adapt framework
A toolkit for creating responsive, accessible, multilanguage HTML5 e-learning courses.
Stars: ✭ 473 (-38.73%)
Mutual labels:  accessibility, html5
A11y Style Guide
Accessibility (A11Y) Style Guide
Stars: ✭ 493 (-36.14%)
Mutual labels:  accessibility, sass
Bef
Bef is a responsive jekyll theme https://artemsheludko.github.io/bef/
Stars: ✭ 145 (-81.22%)
Mutual labels:  sass, html5
Echat
基于Vue的点对点聊天项目
Stars: ✭ 130 (-83.16%)
Mutual labels:  sass, html5
Vue Music Player
🎵Vue.js写一个音乐播放器+📖One(一个).A music player + One by Vue.js
Stars: ✭ 729 (-5.57%)
Mutual labels:  sass, html5
Fast
Develop, build, deploy, redeploy, and teardown frontend projects fast.
Stars: ✭ 126 (-83.68%)
Mutual labels:  sass, html5
Tabler
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap
Stars: ✭ 24,611 (+3087.95%)
Mutual labels:  sass, html5
Social
基于Vue的社区论坛项目
Stars: ✭ 102 (-86.79%)
Mutual labels:  sass, html5
Portfolio one Page Template
Free responsive one page portfolio template
Stars: ✭ 106 (-86.27%)
Mutual labels:  sass, html5
Scrawl Canvas
Responsive, integrated and interactive HTML5 canvas elements. Scrawl-canvas is a JavaScript library designed to make using the HTML5 canvas element a bit easier, and a bit more fun!
Stars: ✭ 134 (-82.64%)
Mutual labels:  accessibility, html5
Naomi
Sublime Text enhanced syntax highlighting for JavaScript ES6/ES7/ES2015/ES2016/ES2017+, Babel, FlowType, React JSX, Styled Components, HTML5, SCSS3, PHP 7, phpDoc, PHPUnit, MQL4. Basic: Git config files.
Stars: ✭ 544 (-29.53%)
Mutual labels:  sass, html5

Responsive-BP-logo

Responsive Boilerplate

A powerful, accessible, developer friendly, framework for building responsive websites

Gitter

Responsive Boilerplate is the developers' framework.

Other frameworks are too design opinionated and heavy. They're great for prototyping but every time you start a real, front-facing, project with them you have to overwrite lots of designer styles that do nothing to add to the functionality of the website. That costs developers time and money.

Responsive Boilerplate has been built with that in mind. It is the result of thousands of hours of real, client driven web development and testing; specifically developed to be as lightweight as possible to prevent the need to undo styles set by the framework itself and allow developers to write efficient code and lower costs.

Responsive Boilerplate is tiny. The combined output CSS and JavaScript is only 20.3kb minified and gzipped but there is a lot of functionality built into the framework with touch, right-to-left language, and accessibility support.

Browser support covers all evergreen browsers.

Downloading Responsive Boilerplate

Several options are available for downloading Responsive:

Documentation

Responsives' documentation, included in the gh-pages repo. It is built with Jekyll and publicly hosted on GitHub Pages at http://responsivebp.com. The docs may also be run locally.

  1. If necessary, install Jekyll (requires v2.5.2).
  • If you are running Windows please read this unofficial guide to get Jekyll up and running without problems.
  1. From the root /Responsive directory, run jekyll serve in the command line.

Learn more about using Jekyll by reading its documentation.

Contributing

Contribution is most welcome, that's the whole idea! Together as a community we can build a boilerplate for building responsive sites that will ensure that high standards can be delivered across all devices.

Please adhere to existing JavaScript and Sass styles though when submitting code and ensure that you test thoroughly on multiple devices.

Please take a moment to review the guidelines for contributing.

Building the Sass and JavaScript

The build process for Responsive is powered by Webpack. To build Responsive you will need to first install the required plugins using the following commands from the root /Responsive directory:

  1. npm install to install the necessary build dependencies based on the contents of the package.json file.

If you are adding new functionality to the build process use:

npm install {your_new_build_dependency} --save-dev

There are three types of build available:

  1. npm run build Compiles the framework to the dist folder.
  2. npm run dev For development purposes. Compiles the framework to the dist folder and watches for further changes

Authors

James South @james_m_south and the Responsive contributors.

Community

Follow @responsivebp on Twitter. Discuss Responsive on Gitter.

Copyright and license

Copyright 2013 James Jackson-South under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].