Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/it-at-m/wjh-rechner
Online-Rechner zur Vorab-Berechnung der Förderung zur wirtschaftlichen Jugendhilfe (WJH)
https://github.com/it-at-m/wjh-rechner
npm vite vuejs vuetify
Last synced: about 2 months ago
JSON representation
Online-Rechner zur Vorab-Berechnung der Förderung zur wirtschaftlichen Jugendhilfe (WJH)
- Host: GitHub
- URL: https://github.com/it-at-m/wjh-rechner
- Owner: it-at-m
- License: mit
- Created: 2024-02-26T10:38:20.000Z (11 months ago)
- Default Branch: dev
- Last Pushed: 2024-10-29T12:43:44.000Z (2 months ago)
- Last Synced: 2024-10-29T13:22:41.452Z (2 months ago)
- Topics: npm, vite, vuejs, vuetify
- Language: CSS
- Homepage: https://kita-orientierungsrechner-wjh.muenchen.de/
- Size: 1.85 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![GitHub Workflow Status][github-workflow-status]][github-workflow-status-url]# WJH-Orientierungsrechner
Online calculator for pre-calculation of possible funding for economic youth welfare ("Wirtschaftliche Jugendhilfe", WJH) of the City of Munich.
## Built with
- TypeScript
- Vue.js and Vuetify
- Vite## Roadmap
_In progress_
See [open issues][issues-url] for a list of proposed features (and known issues).
## Development
```bash
npm install
npm run dev
```For more information, see [getting-started](docs/getting-started.md).
## Documentation
_In progress_
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please open an issue with the tag "enhancement", fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Open an issue with the tag "enhancement"
2. Fork the Project
3. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
4. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
5. Push to the Branch (`git push origin feature/AmazingFeature`)
6. Open a Pull RequestMore about this in the [CODE_OF_CONDUCT](/CODE_OF_CONDUCT.md) file.
## License
Distributed under the MIT License. See [LICENSE](LICENSE) file for more information.
## Contact
it@M - [email protected]
[contributors-shield]: https://img.shields.io/github/contributors/it-at-m/wjh-rechner.svg?style=for-the-badge
[contributors-url]: https://github.com/it-at-m/wjh-rechner/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/it-at-m/wjh-rechner.svg?style=for-the-badge
[forks-url]: https://github.com/it-at-m/wjh-rechner/network/members
[stars-shield]: https://img.shields.io/github/stars/it-at-m/wjh-rechner.svg?style=for-the-badge
[stars-url]: https://github.com/it-at-m/wjh-rechner/stargazers
[issues-shield]: https://img.shields.io/github/issues/it-at-m/wjh-rechner.svg?style=for-the-badge
[issues-url]: https://github.com/it-at-m/wjh-rechner/issues
[license-shield]: https://img.shields.io/github/license/it-at-m/wjh-rechner.svg?style=for-the-badge
[license-url]: https://github.com/it-at-m/wjh-rechner/blob/dev/LICENSE
[github-workflow-status]: https://img.shields.io/github/actions/workflow/status/it-at-m/wjh-rechner/build.yaml?style=for-the-badge
[github-workflow-status-url]: https://github.com/it-at-m/wjh-rechner/actions/workflows/build.yaml