PESEL, NIP, REGON, IBAN and ID card generator for programmers and testers.
Courently project is an static site that will generate few important (personal data for people from Poland) numbers needed for manual tests.
Project was written in vanilla Javascript, Bootstrap and bundled with Parcel
- Clone this repo to your local machine using
git clone https://github.com/Pawel-Albert/test-data-generators.git- Type in terminal
$ npm instal
$ npm start- Then click on link generated by Parcel, most likely it will be like:
Server running at http://localhost:1234- Pesel number generator - curently with no customization
- NIP number generator
- REGON number generator - curently only for 9-digit version
- ID card number generator
- IBAN number generator - curently with no customization
- PESEL generator - add date picker - front and logic
- REGON generator - add generator for 14-digit version - front and logic
- IBAN generator - add option for styling the generated number - front and logic
- UI - create the html structure from scratch without bootstrap to learn proper CSS (SASS etc)
