Skip to content

michael-hamilton/Quartz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quartz

Quartz is a lightweight frontend web framework that is designed to make the frontend of web application development easy. Quartz includes a grid system for responsive development, along with some basic text styles, and a few other useful components.

Status

Quartz is just a simple collection of frontend utilities that I have put together so that I don't have to turn to Bootstrap for a simple project. If I start a project using Quartz and something is missing, I try to add it. If you start a project and feel that something is missing, feel free to add it! Or at least submit a feature request on the GitHub page.

Installation

To install via npm

npm install quartz-framework

To install via bower

bower install quartz-framework

To install by cloning this repo

git clone https://github.com/michael-hamilton/Quartz.git

Usage

To use Quartz, simply link the quartz.min.css file (located in dist/css) in the <head> of your project. Refer to the documentation for more specifics

License

Quartz is released under the MIT license. Have fun with it.

Acknowledgement

Quartz is developed with love by Michael Hamilton