Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alenayarmak/create-pdf-app

Create and download a PDF file based on the validated user input
https://github.com/alenayarmak/create-pdf-app

Last synced: 15 days ago
JSON representation

Create and download a PDF file based on the validated user input

Awesome Lists containing this project

README

        

# About

This project is designed to make it easy to download data in different formats (DOC and PDF). Data can be easily added and deleted, all changes are saved in the session storage.

## 🛠 Skills
React, Bootstrap, jsPDF, DOCX libraries.

## Installation

Install create-pdf-app

```bash
git clone https://github.com/AlenaYarmak/create-pdf-app.git
cd create-pdf-app
```

Install npm

```bash
npm i
```
or
```bash
npm install
```

To run the project

```bash
npm start
```

## Media

Main page

![Alt Text](https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExZzRpM2g5ZzNzNGhiMjF0c3J1b3Z5amlrMm8zYXNpOWFjOHFhOXFtNiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/KL6rEx7K75r2YxgbKE/giphy.gif)

Functional pages

![Alt Text](https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExN3ZzNjUyN2k5aXR5eGhiYW92eGE1bGVyd29oMDRpZzN5c2N0MW00MyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/Qf8aniTzk6i6yypi3E/giphy.gif)

## License

[MIT](https://choosealicense.com/licenses/mit/)