Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryangormican/slidewonder

SlideWonder is a modern web application for creating, managing, and presenting slide decks. Built with React and Fabric.js, it offers an intuitive interface, drag-and-drop functionality, and customizable slides, allowing users to design engaging presentations effortlessly.
https://github.com/ryangormican/slidewonder

canvas draganddrop fabric fabricjs firebase frontend frontenddevelopment javascript materialui react reactjs slidemangement userinterface webapplication

Last synced: 21 days ago
JSON representation

SlideWonder is a modern web application for creating, managing, and presenting slide decks. Built with React and Fabric.js, it offers an intuitive interface, drag-and-drop functionality, and customizable slides, allowing users to design engaging presentations effortlessly.

Awesome Lists containing this project

README

        

# SlideWonder

SlideWonder is a modern web application designed for creating, managing, and presenting slide decks. Built with React and leveraging various libraries, SlideWonder provides a user-friendly interface and powerful features to enhance your presentation experience.

## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Dependencies](#dependencies)
- [Scripts](#scripts)
- [Contributing](#contributing)
- [License](#license)

## Features
- **Intuitive User Interface**: Easily navigate and manage your slides with a clean and responsive design.
- **Drag-and-Drop Support**: Organize your slides effortlessly using drag-and-drop functionality powered by React DnD.
- **Slide Customization with Fabric.js**: Utilize Fabric.js to create and customize slides with various shapes, text, and other elements. Users can manipulate slide elements directly on the canvas, allowing for a highly interactive design experience.

## Installation

To get started with SlideWonder, clone the repository and install the necessary dependencies:

```bash
git clone https://github.com/RyanGormican/slidewonder.git
cd slidewonder
npm install
```
## Usage
To run the application in development mode, use the following command:
```bash
npm start
```
This command will start the development server and open the application in your default web browser.

To build the application for production, use:
```bash
npm run build
```
## Dependencies
SlideWonder relies on the following dependencies:

- React: A JavaScript library for building user interfaces.
- @mui/material: A popular React UI framework for building responsive applications.
- Firebase: Used for backend services, including data storage and user authentication.
- Fabric.js: A powerful library for working with HTML5 canvas.
- React DnD: A set of React utilities for implementing drag-and-drop functionality.

For a complete list of dependencies, refer to the package.json file.

## Scripts
The following scripts are available for managing the application:

- start: Runs the app in development mode.
- build: Builds the app for production.
- test: Runs the test suite.
- eject: Ejects the configuration files for customization.
## Contributing
Contributions are welcome! If you have suggestions for improvements or new features, please use the feedback modal.

## License
This project is licensed under the MIT License. See the LICENSE file for more details.