Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icelam/hkid-generator
Genetates or validates Hong Kong Identity Card number.
https://github.com/icelam/hkid-generator
hkid hkid-generate hkid-generator hkid-validate hkid-validator hkid-verification html-css-javascript html-css-jss progressive-web-app pwa
Last synced: about 1 month ago
JSON representation
Genetates or validates Hong Kong Identity Card number.
- Host: GitHub
- URL: https://github.com/icelam/hkid-generator
- Owner: icelam
- Created: 2019-04-28T05:50:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-30T16:55:56.000Z (over 1 year ago)
- Last Synced: 2024-11-06T18:52:58.563Z (3 months ago)
- Topics: hkid, hkid-generate, hkid-generator, hkid-validate, hkid-validator, hkid-verification, html-css-javascript, html-css-jss, progressive-web-app, pwa
- Language: HTML
- Homepage: https://icelam.github.io/project-details/hkid-generator
- Size: 3.77 MB
- Stars: 9
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hong Kong Identity Card Number Generator and Validator #
Progressive Web Application for generates or validates Hong Kong Identity Card number.
## Preview Screens ##
![Generator](./docs/hkid-generator-home.png)
![Validator](./docs/hkid-generator-validator.png)## Setup ##
Below shows some basic setup steps.### Node version ###
This project is developed using Node.js 10. The version is already specified in the `.nvmrc` file. Suggest to run `nvm use` when you enter the project folder.### Install packages need for the project ###
Install npm packages in project root folder first using `npm install`.### To start the project ##
Run `npm dev` in project root folder.### To build production ###
Run `npm build` in project root folder.## Configurations ##
Below shows some available configuration options.### To add / edit Webpack alias ###
To add or edit Webpack alias, modify `resolve.alias` in `webpack/webpack.base.conf.js`.