https://github.com/hkamran80/presentation-template
A custom React presentation template
https://github.com/hkamran80/presentation-template
nextjs presentation presentation-template react
Last synced: 3 months ago
JSON representation
A custom React presentation template
- Host: GitHub
- URL: https://github.com/hkamran80/presentation-template
- Owner: hkamran80
- License: agpl-3.0
- Created: 2023-05-12T16:33:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T16:37:45.000Z (about 2 years ago)
- Last Synced: 2023-05-25T17:27:23.937Z (about 2 years ago)
- Topics: nextjs, presentation, presentation-template, react
- Language: TypeScript
- Homepage: https://presentation-demo.hkamran.com
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Presentation Template
This is a custom presentation template I created for myself using React and Tailwind
CSS.Check out [the demo on my website](https://presentation-demo.hkamran.com/?ref=github).
## Usage
1. Clone this repository
2. Install dependencies with your package manager of choiceFor example, `pnpm install`
3. Add or edit the slides in the `slides` folder
4. Update the `configuration.tsx` file with your desired slide order, slide configuration,
and presentation configuration
5. Deploy## References
This template is built using code from [`turbo-slides`](https://github.com/turbo-eth/turbo-slides).
The main differences are that this template is a lot slimmer, written in TypeScript,
and doesn't use MDX.## License
```text
Presentation Template
Copyright (C) 2023 H. KamranThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
```The original template is licensed under the [MIT License](https://choosealicense.com/licenses/mit/).