This A utility for producing boot-camp diplomas.
- React - Powerful library for building SPA.
- styled-components - CSS-in-js library.
- @react-pdf/renderer - To render the diploma into PDF file.
- @tanstack/react-table - To manage students data in organized way.
- date-fns - Formatting dates to different languages and formats.
- read-excel-file - Parse students data to javascript object.
- use-local-storage - Sync and manage local-storage in a hook.
Clone or fork and run this in the project root:
npm i && npm run dev