From f2c1d29e88107a2b3123c1a42b266a189e9cc658 Mon Sep 17 00:00:00 2001 From: Habieb Fathur Rahman <72540629+Iam-Hydra@users.noreply.github.com> Date: Sat, 2 Oct 2021 09:29:18 +0700 Subject: [PATCH] Example carousel --- Projects/1-Beginner/Example Carousel | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Projects/1-Beginner/Example Carousel 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)