https://github.com/dplocki/pesel-generator
Yet another PESEL generator (React)
https://github.com/dplocki/pesel-generator
pesel pesel-generator react
Last synced: 3 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T11:46:41.000Z (8 months ago)
- Last Synced: 2025-01-14T14:11:38.043Z (5 months ago)
- Topics: pesel, pesel-generator, react
- Language: JavaScript
- Homepage:
- Size: 6.95 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



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
```