Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alenayarmak/create-pdf-app
- Owner: AlenaYarmak
- Created: 2024-08-22T15:01:53.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-12-13T21:02:15.000Z (23 days ago)
- Last Synced: 2024-12-13T22:18:21.191Z (23 days ago)
- Language: TypeScript
- Homepage:
- Size: 842 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
## MediaMain 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/)