From ef6c1a5cba1f9e5254ffc3a0f216e2ded8c8b299 Mon Sep 17 00:00:00 2001 From: Florin Pop Date: Thu, 14 Mar 2019 22:06:33 +0200 Subject: [PATCH] added new project: Slider Design --- Projects/Slider-Design.md | 23 +++++++++++++++++++++++ README.md | 1 + 2 files changed, 24 insertions(+) create mode 100644 Projects/Slider-Design.md diff --git a/Projects/Slider-Design.md b/Projects/Slider-Design.md new file mode 100644 index 00000000..5c312d81 --- /dev/null +++ b/Projects/Slider-Design.md @@ -0,0 +1,23 @@ +# Slider Design + +Display multiple images using a slider / carousel. + +## User Stories + +- [ ] User can see a slider displaying multiple images every `x` seconds +- [ ] User can click on `previous` and `next` buttons and the slider will display the corresponding image + +## Bonus features + +- [ ] Add animation to the slides +- [ ] Add text over the slides +- [ ] Create a 3D effect + +## Useful links and resources + +- [Unsplash](https://unsplash.com/) for free images + +## Example projects + +- [Full Page Slider](https://codepen.io/FlorinPop17/full/zbzbga) +- [WOWSlider](http://wowslider.com/3d-slider-jquery-fresh-cube-demo.html) diff --git a/README.md b/README.md index 30390a26..9deec4f7 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Each project has the following **features**: | [Notes App](./Projects/Notes-App.md) | | [Pomodoro Clock](./Projects/Pomodoro-Clock.md) | | [Slack Archiver](./Projects/Slack-Archiver.md) | +| [Slider Design](./Projects/Slider-Design.md) | | [String Art](./Projects/String-Art.md) | | [Timezone Slackbot](./Projects/Timezone-Slackbot.md) | | [To-Do App](./Projects/To-Do-App.md) |