Skip to content

Notye1K/jobGenerator

Repository files navigation

Dona-Maria's jobs generator

A web app where you can create a pdf of a job offer to print

dona-maria

Try it out now at https: https://job-generator.vercel.app/

About

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

Technologies

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;

How to run

  1. Clone this repository
  2. Install dependencies

npm i

  1. 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)

  1. 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.

Releases

No releases published

Packages

No packages published