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

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!

Awesome Lists containing this project

README

          

# Teach Me SlideShow

[![Netlify Status](https://api.netlify.com/api/v1/badges/5fc2c627-6ee6-459f-ae4e-eb847ed72ed7/deploy-status)][Netlify]

Learning through fun, interactive slideshows!

![Preview animation](/preview.gif)

## 🚀 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