Skip to content

Fabien83560/react-slides

Repository files navigation

Slide Viewer

Fabien ORTEGA

Initialization

To initialize the project, run the following commands in the project directory:

npm install
npm run build
npm run preview

Creating New Slides

To create new slides, simply add an element to the array named slides located in the file src/components/App.jsx. Multiple components are available for use:

  • Title
  • Paragraph
  • Image
  • Figure
  • List
  • Table
  • TwoColumn
  • Code
  • Markdown

Each of these components has its own properties to adjust them as needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published