All Projects → markfullmer → Grammark

markfullmer / Grammark

Open Source Grammar checker.

Programming Languages

grammar
57 projects

Projects that are alternatives of or similar to Grammark

Biking2
This is the source code of http://biking.michael-simons.eu
Stars: ✭ 162 (-17.77%)
Mutual labels:  angularjs
Angularjs Webpack Starter
🚀 A modern frontend setup for AngularJS projects using NPM, TypeScript and Webpack.
Stars: ✭ 173 (-12.18%)
Mutual labels:  angularjs
Twilio Contact Center
A contact center built on Twilio, supporting voice calls, web chat, callback, Facebook Messenger and SMS chat
Stars: ✭ 176 (-10.66%)
Mutual labels:  angularjs
Angular Validator
AngularJS form validation.
Stars: ✭ 164 (-16.75%)
Mutual labels:  angularjs
Angular Js Es6 Testing Example
Enhanced testing of Angular JS 1.X applications using ES6 modules
Stars: ✭ 170 (-13.71%)
Mutual labels:  angularjs
Angular Color Picker
Vanilla AngularJS Color Picker Directive with no requirement on jQuery
Stars: ✭ 173 (-12.18%)
Mutual labels:  angularjs
Ionic Toast
'ionic-toast' bower component for ionic framework applications
Stars: ✭ 160 (-18.78%)
Mutual labels:  angularjs
Openrouteservice App
🚙 The open source route planner app with plenty of features.
Stars: ✭ 187 (-5.08%)
Mutual labels:  angularjs
Play Angular Require Seed
Seed Application for Playframework 2, RequireJS, WebJars, and AngularJS 1.x
Stars: ✭ 170 (-13.71%)
Mutual labels:  angularjs
Angularjs pingan
平安银行社区微信端angularjs版
Stars: ✭ 174 (-11.68%)
Mutual labels:  angularjs
Ng6 Starter
🆖 An AngularJS Starter repo for AngularJS + ES6 + Webpack
Stars: ✭ 1,933 (+881.22%)
Mutual labels:  angularjs
Spring Boot Axon Sample
Sample application using Spring Boot, Axon, AngularJS and Websockets
Stars: ✭ 169 (-14.21%)
Mutual labels:  angularjs
Apimanager
CRAP - 开源API接口管理平台 | 完全开源、免费使用的API接口管理系统、BUG管理系统:API接口管理、文档管理、数据库表管理、接口调试、浏览器调试插件、导出word&pdf接口…..,采用SpringMVC + MyBatis + Lucene + Bootstrap + Angularjs + Iconfont + Guava Cache ,线上使用地址:http://api.crap.cn
Stars: ✭ 2,143 (+987.82%)
Mutual labels:  angularjs
Laravel Ecommerce
Laravel open source e-commerce system.
Stars: ✭ 163 (-17.26%)
Mutual labels:  angularjs
Train Ticket
Train Ticket - A Benchmark Microservice System
Stars: ✭ 180 (-8.63%)
Mutual labels:  angularjs
Ng I18next
translation for AngularJS using i18next
Stars: ✭ 161 (-18.27%)
Mutual labels:  angularjs
Angular Unit Testing
🌟 Guidelines and patterns for unit testing AngularJS apps.
Stars: ✭ 173 (-12.18%)
Mutual labels:  angularjs
Tm Crm erp
DEPRECATED
Stars: ✭ 196 (-0.51%)
Mutual labels:  angularjs
Angular Fx
Angular CSS3 animation directives (ngfx-bounce, ngfx-shake, ngfx-flip, ngfx-pulse and more ...) https://720kb.github.io/angular-fx
Stars: ✭ 181 (-8.12%)
Mutual labels:  angularjs
Fe
前端热门文章阅读
Stars: ✭ 174 (-11.68%)
Mutual labels:  angularjs

Grammark

A complete web application for identifying writing problems and offering suggestions.

Requirements

To run Grammark, you need to have a browser with Javascript enabled (almost all do by default).

Build Architecture

Out-of-Box Installation

If you just want your own version of Grammark on your server, head on over to https://github.com/markfullmer/grammark/tree/angular-distribution. Clone the files, or download the zip into a directory on your server.

You should now have a fully-functional grammar checker!

Developer Installation

  1. Clone the master branch of this repository:
git clone [email protected]:markfullmer/grammark.git .
  1. Grammark is built on the yeoman angular scaffolding To facilitate easy development, install yo, grunt-cli, bower, generator-angular and generator-karma:
npm install -g grunt-cli bower yo generator-karma generator-angular

You can then use the following for local development:

Serve the project locally

grunt serve

Build the distribution

grunt build

License

This software is protected under the GNU General Public License You may use it, provided that any modifications you make to it are available for others to use and modify in a similar manner.

Versions

Release Short Description
Grammark Angular (developers) yeoman-Angular build for developers
Grammark Distribution (non-developers) CDN-ified AngularJS out-of-the-box app
Grammark No-SQL Does not require SQL database to run; data stored in filesystem
Grammark 3.0 Twig templating and class-based PHP
Grammark 2.0 Foundation-based CSS with better directory structure and settings files
Grammark 1.0 Custom CSS with flat file structure
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].