Skip to content

Yet another PESEL generator (React)

License

Notifications You must be signed in to change notification settings

dplocki/pesel-generator

Repository files navigation

PESEL Generator

GitHub Build Status GitHub branch checks state GitHub release (latest SemVer)

A simple PESEL generator in React.

Create React App

This project was bootstrapped with Create React App.

You can find the most recent version of the Create React App guide here.

Components

The applications is using Boostrap, in form of React components: react-bootstrap.

Running test

npm run test

Building

npm run build

See the ./build directory.

Docker image

docker build -t pesel-generator .
docker run --rm -it -p 127.0.0.1:3000:3000 -v $(pwd):/build pesel-generator