A modern web application that allows users to create professional PowerPoint presentations easily. Built with React and Material-UI.
- Create presentations with multiple slides
- Add titles and content to each slide
- Generate and download PowerPoint files
- Modern, responsive UI
- Real-time preview of your presentation structure
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm start
- Enter a title for your presentation
- Add slides using the "Add Slide" button
- Enter content for each slide (title and content)
- Click "Generate Presentation" to create and download your PowerPoint file
- React
- Material-UI
- pptxgenjs (for PowerPoint generation)
- Axios (for API calls)
Feel free to submit issues and enhancement requests!
This project is licensed under the MIT License.