Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.05 KB

Carousel gen - A simple PDF carousel generator

Create simple PDF carousel using Create React App and react-pdf. These PDFs can be used in social media posts.

The styling is done using MUI and Tailwindcss.

This project is part of Coding challenges series by John Crickett https://codingchallenges.fyi/challenges/challege-licg.

Installation

Install dependencies with the following command:

npm ci

Tests

To run the tests use the following command:

npm test

Support added

  • Carousel size
  • Background color
  • Text color
  • Profile image
  • Profile name
  • Content size
  • Support for multiple pages (upto 15) with different content only
  • Font family
    • Note: The Font family functionality only works on the devices that produce a .ttf file when calling the Google fonts API. Check out this stackoverflow discussion for more information: https://stackoverflow.com/a/27308229/21899409