Skip to content

Commit

Permalink
First Version Releases 00.1-pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevan15498 committed Dec 26, 2018
0 parents commit 6e43bb3
Show file tree
Hide file tree
Showing 41 changed files with 20,493 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
.DS_Store
node_modules
/dist
/src/store.js
/src/store
/src/english-passages
/src/hindi-inscript-passages
/README_P.md

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*

#Electron-builder output
/dist_electron
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Speed Typing Tutor Application

https://easytyping.netlify.com

## Library

- [Vue js](https://vuejs.org)
- [Buefy](https://buefy.github.io/) : `npm install --save buefy`
- [Material Design](https://github.com/Templarian/MaterialDesign) : `npm install mdi`
- [base64.js](https://github.com/dankogai/js-base64) : `npm install --save js-base64`
- [Countdown](https://github.com/xkeshi/vue-countdown) : `npm install --save @xkeshi/vue-countdown vue`
- [jQuery](https://www.npmjs.com/package/jquery) : `npm i jquery`
- [Vue-progressbar](http://hilongjw.github.io/vue-progressbar/index.html) : `npm install --save vue-progressbar`

## Electron

- [electron-builder configuration](https://www.electron.build/configuration/configuration)

## Changelog

Details changes for each release are documented in the [changelog.md](changelog.md)

## License

MIT
5 changes: 5 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/app'
]
}
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

- Open Application in Full Screen
- Set Window Title with Version
- Change Electron Icon
- `Insert:` Welcome and About Window
Loading

0 comments on commit 6e43bb3

Please sign in to comment.