Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dplocki/pesel-generator
Yet another PESEL generator (React)
https://github.com/dplocki/pesel-generator
pesel pesel-generator react
Last synced: about 16 hours ago
JSON representation
Yet another PESEL generator (React)
- Host: GitHub
- URL: https://github.com/dplocki/pesel-generator
- Owner: dplocki
- License: mit
- Created: 2018-08-03T08:56:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T16:48:27.000Z (5 months ago)
- Last Synced: 2024-06-18T21:16:06.892Z (5 months ago)
- Topics: pesel, pesel-generator, react
- Language: JavaScript
- Homepage:
- Size: 5.68 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PESEL Generator
![GitHub](https://img.shields.io/github/license/dplocki/pesel-generator)
![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fdplocki%2Fpesel-generator%2Fbadge%3Fref%3Dmaster&style=flat)
![GitHub branch checks state](https://img.shields.io/github/checks-status/dplocki/pesel-generator/master)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/dplocki/pesel-generator?sort=semver)A simple [PESEL](https://en.wikipedia.org/wiki/PESEL) generator in [React](https://en.wikipedia.org/wiki/React_(JavaScript_library)).
## Create React App
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
You can find the most recent version of the Create React App guide [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).
## Components
The applications is using [Boostrap](https://getbootstrap.com/), in form of React components: [react-bootstrap](https://react-bootstrap.github.io/).
## Running test
```sh
npm run test
```## Building
```sh
npm run build
```See the `./build` directory.
## Docker image
```sh
docker build -t pesel-generator .
docker run --rm -it -p 127.0.0.1:3000:3000 -v $(pwd):/build pesel-generator
```