https://github.com/mvfsillva/maxxidata-validate-work-hours
Maxxidata work hour validator. Validate your work hours before generating the receipt.
https://github.com/mvfsillva/maxxidata-validate-work-hours
amount hours nextjs styled-components typescript work
Last synced: about 1 year ago
JSON representation
Maxxidata work hour validator. Validate your work hours before generating the receipt.
- Host: GitHub
- URL: https://github.com/mvfsillva/maxxidata-validate-work-hours
- Owner: mvfsillva
- Created: 2021-02-24T14:59:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-28T16:43:01.000Z (over 5 years ago)
- Last Synced: 2025-03-18T00:45:12.419Z (about 1 year ago)
- Topics: amount, hours, nextjs, styled-components, typescript, work
- Language: TypeScript
- Homepage: https://validate-work-hours.vercel.app
- Size: 271 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Maxxidata work hour validator
## Main Libraries
- React
- Typescript
- Testing library
- Jest
- Next 10.x.x
- Styled Components 5.x.x
- Prettier
- Storybook
## Contributing
### 01. Install dependencies
```sh
$ yarn install
```
### 02. Create configs
Create a `.env` file at the root of the project. Make sure you follow the [`.env.example`](.env.example) file as a guide.
### 03. Run the tests
```sh
$ yarn test
```
### 04. Run the project
```sh
$ yarn dev
```
### 05. Run the storybook
```sh
$ yarn storybook
```
## Respect earns Respect 👏
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members
## Author
[Marcus Silva](https://mvfsillva.dev)