A web app where you can create a pdf of a job offer to print
Try it out now at https: https://job-generator.vercel.app/
Below are the implemented features:
- Fill a new job offer
- Save a new model
- Pick a model to print or edit
- Download the job offer pdf
The following tools and frameworks were used in the construction of the project:
vite; react; react-router-dom; mui/material; mui/icons-material; cypress; pdfmake;
- Clone this repository
- Install dependencies
npm i
- Run the front-end with
npm run dev
This script will open a window in your browser, if don't you can access http://localhost:5173 on your favorite browser (unless it is Internet Explorer. In this case, review your life decisions)
- You can optionally build the project running
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.