CtrlAltSpri4ng/grammark
https://github.com/soft-eng-practicum/grammark
Jira https://jira.ggc.edu/projects/GCC/summary
- Discord
- Microsoft Teams
- Josue Mayorga 🐉👽🐍:)
- UI/UX design
- Team Manager
- Francisco Pomaya Ramos ( ͡° ͜ʖ ͡°)
- Primary role: Data modeler
- Secondary role: Code architecture/lead programmer
- Fawhn Hanlon 🦌 💞 🦔 💕
- Primary Role: Documentation Lead
- Secondary Role: Client Liaison
- Tertiary Role: Team Manager
- Nga Tran 👽
- Primary role: Testing lead
- Secondary role: Code architecture
A complete web application for identifying writing problems and offering suggestions.
To run Grammark, you need to have a browser with Javascript enabled (almost all do by default).
- AngularJS version 1.x
- Foundation CSS/JS library
- underscore.js
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!
- Clone the master branch of this repository:
git clone [email protected]:markfullmer/grammark.git .
- Grammark is built on the yeoman angular scaffolding
To facilitate easy development, install
yo
,grunt-cli
,bower
,generator-angular
andgenerator-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
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.
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 |