diff --git a/Projects/1-Beginner/Example Carousel b/Projects/1-Beginner/Example Carousel new file mode 100644 index 00000000..a4d519b0 --- /dev/null +++ b/Projects/1-Beginner/Example Carousel @@ -0,0 +1,23 @@ +# Slider Design + +**Tier:** 1-Beginner + +Example Carousel Image. + +## User Stories + +- [ ] User can click on "arrow next" and "Arrow back" for next image and previous image +- [ ] User can see imae display multiple image for every "X" seconds + +## Bonus features + +- [ ] Add animation to the slides +- [ ] Add text over the slides + +## Useful links and resources + +- [Unsplash](https://unsplash.com/) for free images + +## Example projects + +- [Full Page Slider](https://codepen.io/FlorinPop17/full/LvOroe)