Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielwte/wanngehalt
A Website That Shows When You Get Paid
https://github.com/danielwte/wanngehalt
nextjs paycheck
Last synced: 3 days ago
JSON representation
A Website That Shows When You Get Paid
- Host: GitHub
- URL: https://github.com/danielwte/wanngehalt
- Owner: DanielWTE
- Created: 2023-03-10T23:54:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T17:23:47.000Z (over 1 year ago)
- Last Synced: 2024-12-20T02:44:50.599Z (4 days ago)
- Topics: nextjs, paycheck
- Language: TypeScript
- Homepage: https://wanngehalt.at
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
wanngehalt.at
A website that shows when there is salary
Table of Contents
## About The Project
The project we are working on is a website that helps employees determine when their salary will be credited to their bank account. This website is a practical solution for people who are always wondering when they will receive their salary and who are tired of constantly checking their bank app or calling their employer for this information.
### Built With
* [![Next][Next.js]][Next-url]
* [![Docker][Docker]][Docker-url]## Getting Started
You can run the project with docker or npm.
### Installation
#### Docker
If you want to run it via docker go to packackes on the right side of the Github page and follow the instructions.#### NPM
1. Clone the repo
```sh
git clone https://github.com/DanielWTE/wanngehalt-at.git
```2. Install NPM packages
```sh
npm i
```
3. Build the App
```sh
npm run build
```
4. Start the App
```sh
npm run start
```## 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 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. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## Contact
Daniel Wagner - [email protected]
Project Link: [wanngehalt.at](wanngehalt.at)
## Acknowledgments
* [Dockerization by schroeder-is](https://jannik.schroeder.is)
[contributors-shield]: https://img.shields.io/github/contributors/othneildrew/Best-README-Template.svg?style=for-the-badge
[contributors-url]: https://github.com/othneildrew/Best-README-Template/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/othneildrew/Best-README-Template.svg?style=for-the-badge
[forks-url]: https://github.com/othneildrew/Best-README-Template/network/members
[stars-shield]: https://img.shields.io/github/stars/othneildrew/Best-README-Template.svg?style=for-the-badge
[stars-url]: https://github.com/othneildrew/Best-README-Template/stargazers
[issues-shield]: https://img.shields.io/github/issues/othneildrew/Best-README-Template.svg?style=for-the-badge
[issues-url]: https://github.com/othneildrew/Best-README-Template/issues
[license-shield]: https://img.shields.io/github/license/othneildrew/Best-README-Template.svg?style=for-the-badge
[license-url]: https://github.com/othneildrew/Best-README-Template/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/othneildrew
[product-screenshot]: images/screenshot.png
[Next.js]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white
[Next-url]: https://nextjs.org/
[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[React-url]: https://reactjs.org/
[Vue.js]: https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge&logo=vuedotjs&logoColor=4FC08D
[Vue-url]: https://vuejs.org/
[Angular.io]: https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular&logoColor=white
[Angular-url]: https://angular.io/
[Svelte.dev]: https://img.shields.io/badge/Svelte-4A4A55?style=for-the-badge&logo=svelte&logoColor=FF3E00
[Svelte-url]: https://svelte.dev/
[Laravel.com]: https://img.shields.io/badge/Laravel-FF2D20?style=for-the-badge&logo=laravel&logoColor=white
[Laravel-url]: https://laravel.com
[Bootstrap.com]: https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white
[Bootstrap-url]: https://getbootstrap.com
[JQuery.com]: https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery&logoColor=white
[JQuery-url]: https://jquery.com
[Docker]: https://img.shields.io/badge/docker-000000?style=for-the-badge&logo=docker&logoColor=white
[Docker-url]: https://www.docker.com/