Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
labibramadhan committed Feb 2, 2017
1 parent 2bca9b3 commit 4f5379d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Computer Based Test - Crossword

Created using [AngularJS Seed](https://github.com/angular/angular-seed).

[![Dependency Status](https://david-dm.org/labibramadhan/cbt-crossword-web.svg)](https://david-dm.org/labibramadhan/cbt-crossword-web)
[![devDependency Status](https://david-dm.org/labibramadhan/cbt-crossword-web/dev-status.svg)](https://david-dm.org/labibramadhan/cbt-crossword-web?type=dev)

Expand All @@ -10,7 +8,8 @@ This is the open source version of my original project called Ujian Berbasis Kom
The differences from the closed source version are:

1. Variable names translated from Indonesian to English
1. Model & code adjustments either on API Server & Mobile Application packages
1. I10n or I18n supports
1. Model & code adjustments either on API Server or Mobile Application packages
1. Using ES6 & ES7 javascript language

## Table of Contents
Expand All @@ -24,6 +23,7 @@ The differences from the closed source version are:
1. [Running](#running)
1. [Development](#development)
1. [Production](#production)
1. [Credits](#credits)

## Features
- [x] Participants may do the test on mobile version application. Check out the [CBT Crossword Mobile](https://github.com/labibramadhan/cbt-crossword-mobile) project
Expand Down Expand Up @@ -178,4 +178,9 @@ pass: asdqwe123
Participant
email: [email protected]
pass: asdqwe123
```
```

## Credits

1. [AngularJS Seed](https://github.com/angular/angular-seed)
1. @satchamo for [Crossword-Generator](https://github.com/satchamo/Crossword-Generator) package
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cbt-crossword-web",
"version": "1.0.0-alpha2",
"version": "1.0.0-alpha3",
"repository": {
"type": "git",
"url": "https://github.com/labibramadhan/cbt-crossword-web.git"
Expand Down

0 comments on commit 4f5379d

Please sign in to comment.