https://github.com/hadialqattan/tahsily-progress-calculator
Tahsily's book progress tracker and calculator.
https://github.com/hadialqattan/tahsily-progress-calculator
bootstrap4 calculator html5 progress tahsily vanillajs
Last synced: about 1 month ago
JSON representation
Tahsily's book progress tracker and calculator.
- Host: GitHub
- URL: https://github.com/hadialqattan/tahsily-progress-calculator
- Owner: hadialqattan
- License: gpl-3.0
- Created: 2021-02-22T18:18:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-09T14:49:28.000Z (over 4 years ago)
- Last Synced: 2023-03-05T05:17:37.386Z (over 2 years ago)
- Topics: bootstrap4, calculator, html5, progress, tahsily, vanillajs
- Language: JavaScript
- Homepage: https://hadialqattan.github.io/tahsily-progress-calculator/
- Size: 5.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tahsily Progress Calculator
Tahsily's book progress tracker and calculator.
Installation •
Development •
Contributing •
License## Installation
You can use it from the [offical website](https://hadialqattan.github.io/tahsily-progress-calculator/), also you can install its dependencies using `npm` to run it locally:
```sh
$ npm i
```## Development
After doing the above installation process run this command to start serving it locally:
```sh
$ npm run start
```To deploy your changes to `gh-pages` branch [create a new release](https://docs.github.com/en/github/administering-a-repository/managing-releases-in-a-repository#creating-a-release) (recommended) **or** run this command:
```sh
$ npm run build && ./deploy.sh dist/
```## Contributing
Pull requests are welcome! For larger changes, especially structural ones, please open an issue first to discuss what you would like to change.
If you have a feature request, feel free to [open an issue](https://github.com/hadialqattan/tahsily-progress-calculator/issues)!
## License
This project is licensed under a [GPLv3](./LICENSE) license.