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

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

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 choice

For 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. Kamran

This 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/).