https://github.com/whatishedoing/teachmeslideshow
Learning through fun, interactive slideshows!
https://github.com/whatishedoing/teachmeslideshow
educational fun slideshow
Last synced: about 1 year ago
JSON representation
Learning through fun, interactive slideshows!
- Host: GitHub
- URL: https://github.com/whatishedoing/teachmeslideshow
- Owner: WhatIsHeDoing
- License: unlicense
- Created: 2017-08-29T22:05:50.000Z (almost 9 years ago)
- Default Branch: live
- Last Pushed: 2024-05-23T20:53:28.000Z (about 2 years ago)
- Last Synced: 2025-01-28T16:51:25.680Z (over 1 year ago)
- Topics: educational, fun, slideshow
- Language: TypeScript
- Size: 88.3 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Teach Me SlideShow
[][Netlify]
Learning through fun, interactive slideshows!

## 🚀 Get Started
Simply clone this repository and run:
```sh
pnpm install
pnpm start
```
This will start the slideshow within your default browser.
Any changes you make within the HTML and TypeScript files will automagically reload the browser,
so please play with it and start making your own slideshows.
If you do not have `pnpm` available, try installing it directly from its [website][pnpm] or try my [setup scripts].
## 🤝 Contributing
Feel free to raise issues and pull requests directly against this repository.
## 🙏 Thanks
### 🤖 Tech
As ever, this was assembled quickly using the following open source and free tech:
* Animation: [Animate.css]
* Favicon: [Favicon.io]
* Font: [Chunkfive] via Font Squirrel
* Preview GIF: [LICEcap]
* React: [Create React App]
### 📸 Images
A **huge** thanks to [Pixabay] for the images used throughout the slideshow.
[Animate.css]: https://daneden.github.io/animate.css/
[Chunkfive]: https://www.fontsquirrel.com/fonts/chunkfive
[Create React App]: https://github.com/facebook/create-react-app
[Favicon.io]: https://favicon.io/
[LICEcap]: https://www.cockos.com/licecap/
[Netlify]: https://app.netlify.com/sites/animal-alphabet/deploys
[Pixabay]: https://pixabay.com/
[pnpm]: https://pnpm.io/
[setup scripts]: https://github.com/WhatIsHeDoing/Setup