Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert ppt to react using json or xml #1370

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jdot274
Copy link

@jdot274 jdot274 commented Feb 21, 2025


For more details, open the Copilot Workspace session.

* Add `convertPptToReact` function to convert ppt JSON or XML to React components
* Refactor `runDemo` function to separate concerns and make it more modular
* Add helper functions for creating slides with text, chart, shape, image, and table
* Add comments explaining the purpose of each function and important code sections
* Use consistent naming conventions for variables and functions
* Remove commented-out code

Add styles for generated React components in `App.css`

Add additional dependencies in `package.json`

Render generated React components in `index.js`
…gs and extensions

* Add tasks for test, build, and launch
* Add extensions for ESLint, Prettier, Chrome debugger, and spell checker
* Add settings for format on save, code actions on save, and file exclusions
…components

* **App.js**
  - Add `convertPptToReact` function
  - Call `convertPptToReact` in `runDemo` function

* **Test.tsx**
  - Add `convertPptToReact` function
  - Call `convertPptToReact` in `testMainMethods` function
@jdot274 jdot274 closed this Feb 27, 2025
@jdot274 jdot274 reopened this Feb 27, 2025
@jdot274 jdot274 marked this pull request as draft February 27, 2025 08:46
@jdot274 jdot274 marked this pull request as ready for review February 27, 2025 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant