An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          




Tahsily Progress Calculator


Tahsily's book progress tracker and calculator.


Lint
CD
GitHub
DeepScan grade


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.