Scrollify: Infinite scroll

Find Shopify App — it's free
BACK

Shopify Dawn Theme how to add Infinite Scroll | TUTORIAL 2022

welcome back graduates so today i'm,going to be teaching you how to add,infinite scrolling to your collections,on the dawn theme,this is actually a very useful feature,it helps with a lot of things um,usability so it improves your customers,experience on your store allowing them,not to have to really click too many,buttons people are lazy you got to,realize that people are lazy they want,things done for them,and that's what we do we build these,tools to make your site a lot more,usable,now so not only does it help but you,know custom the customer experience it,also helps with performance you're not,loading in all of these products at the,same time you know a lot of people like,to,make every single product show on the,collection page which is terrible for,low times and i understand why they do,it that way the customer can just scroll,and it's already there but you got to,realize not everybody has fast internet,a lot of people don't have the latest,greatest smartphone you know so so,things don't load as as well on these,older devices so you have to try to have,a middle ground where you have a you,know good load times for all devices you,know that people have you know so right,here you're looking at the default view,of what the dawn theme looks like and on,this version we have a little option,here where you just click load more boom,done you know i mean obviously if it,says no products are found i think,that's because actually i am on the,preview so let me close out of the,preview and show you what this looks,like so right here um you know you can,see that there's a load more button,click on that and it loads more so what,this is doing is it's it's eliminating,you know clutter it's also helping with,load time so you only loaded up four,products when they first came to this,page instead of six you know so you,don't want to load a ton of things at,once and then as they're scrolling down,they'll see oh cool i can load more i,can load more instead of having to click,these little buttons that go next just,clicks and it magically loads the,products so we're going to teach you how,to add this in right now let's close out,of this close this,and um with every tutorial we give you,we're going to have this nice file here,where you open it up it's going to tell,you exactly what to do and you can also,watch this video while you're doing it,when you get this download file you will,see the tutorial video here but,obviously i'm recording this now so i,can't put it there right,and then what you'll do is you also get,a file here so this is the tutorial this,is the readme and these are some files,that we have to add into the theme i'm,going to teach you how to do that right,now so hang tight let's do this so as,always you're going to end up in your,shopify admin you're going to click on,online store,and you want to go to the theme that you,want to edit so this is dawn version 5.,yes this does work on the latest version,and i believe it also works on older,versions as

The above is a brief introduction to Scrollify: Infinite scroll

Let's move on to the first section of Scrollify: Infinite scroll

Webflow Tips / Infinite scroll

Webflow Tips / Infinite scroll

and yeah just like that we have a cool,effect,a cool effect hello everyone so today we,are going to,create an infinite scroll effect on,webflow you'll see it's very easy to set,up i hope you like it enjoy so the first,thing we want to do is to create a,simple layout just to make sure,everything is working,and,the custom code is already done so we,won't have to to write anything,ourselves so that's cool,but just so you know,what the code will do is that it's going,to say,that every time i reach the bottom of my,page every time i scroll to the bottom,of my page i want to scroll back to the,top,and the,second thing it's going to do is that,it's going to duplicate all of our,sections,um,and it's going to place them at the,bottom of the page so that when we reach,you know the bottom of the page we don't,have,a blank space and to really have the,illusion of,having an infinite scroll,so let's do that in webflow,so i have a simple website,right there and let's,start building so i'm going to have the,main wrapper,and inside the draper i'm going to have,different sections,let's do that,inside that section i have a container,and,another wrapper i'm gonna call this,content,wrapper,and finally i have an editing so it's,going to be an h2 and it's going to be,section 1.,i'll add some padding to my raptor,let's say maybe 10 ram,and 10.,okay let's duplicate,section four,and,and five,okay so we are good,so,a,basic page with a main and some sections,and now we are going to add some classes,to our element,to,and,the custom card is going to target those,classes so it's really important that,you use the same name as,the,the ones i'm going to to use right now,so first i'm adding a new div,and i'm placing my main element inside,that,i'm going to call that div infinite,wrapper,then i have my main element it's going,to be my infinite,content,and then i have some sections so it's,going to be infinite,items,item sorry,let's copy that to all of my sections,and we are good,so,now,we need to add our custom code,and it's going to be very easy we're,going to provide you two,links in the description i i think,and,the first link is going to be,a css,link tag so add it in the tag of your,website and the second one is the script,so let's add the script before the end,of the body tab,hit save and let's publish,okay let's go let's see,and now if i scroll,yeah i have an infinite scroll and i can,scroll,down,or up,and i have my section one and then five,four three two one,so yeah it's working so it's cool and as,you can see it's a,very,easy,and,if we look uh at our page we can see,that we have our five sections right,there but we also have our duplicated,section right there,and,so yeah just like that we have an,infinite scroll,and i like to show you just uh two more,examples,the first one is this one so,more um,it's uh,it can work like maybe if you have a,portfolio or something you can use this,so let's see i already have my page on,webflow,and right there,and i'm using actually i'm usi

After seeing the first section, I believe you have a general understanding of Scrollify: Infinite scroll

Continue the next second section about Scrollify: Infinite scroll

Build a Vue INFINITE SCROLLING Component

Build a Vue INFINITE SCROLLING Component

hey view devs welcome back to learn view,and in today's video we're going to be,building a super cool,infinite scrolling component and what,does that mean,well if you've ever caught yourself,scrolling on social media like twitter,tick tock or instagram too long the,chances are that cider app was using,infinite scrolling,which is when new content is loaded as,someone scrolls down a page,as opposed to separating it out using,pagination these are highly effective,especially when dealing with user,generated content,because it creates a nice little type of,news feed that you can see,and why is this effective for this type,of content well there are several pros,and cons of infinite scrolling and i'll,leave a link to a great article down,below,but i'll sum up some of the main points,it's great for user engagement and,content discovery,because like you and i do a lot of,people can get caught scrolling and just,seeing whatever pops up on their phone,and in general scrolling is better than,clicking for usability,and also works great for mobile devices,and some of the cons is that users can't,bookmark a certain page,and retain their position so it makes it,hard for search and location,there can also be some performance and,resource issues if it's not implemented,properly,like all things of the web development,there are valid reasons for either,choosing infinite scrolling or,not just make sure to really think about,which is best for your site okay so now,that we know a little bit more about,infinite scrolling let's actually go,ahead and build our app,so from a high level there's going to be,three different parts one,a mock api that generates posts and for,us we're just going to create random,posts,two a post component that renders each,individual post,and then three a list component that,contains all of our post components and,handles loading in new posts from our,mock api call,let's tackle these in order so first to,mock our api call,we're just going to create a function,called get posts that takes in a number,of posts that we want to generate,in a real setting this would connect to,a database that would actually get real,generated content but for now so we can,focus on the view side of things,we're just going to generate some data,let's create a return array and then for,however many posts we want,we'll create a new post where we'll,randomly select one of the authors up,here,and then give it some lorem ipsum text,as a placeholder and then let's return,this array,next we have to actually make our post,component there's not really anything,fancy about this code,we just have to take in a post using a,component's props and then render the,author and the content of that post,and there's also a few styles here to,pretty things up a little bit once again,to stay focused on view i'm not going to,go into detail on the styles but i will,cut to them here,and if you want the full code as always,it's down in the description below,finally let's figure out how to display

After seeing the second section, I believe you have a general understanding of Scrollify: Infinite scroll

Continue the next third section about Scrollify: Infinite scroll

Inplementing the Infinite scroll module in Drupal 8

Inplementing the Infinite scroll module in Drupal 8

so let's go ahead and implement the,infinite scroll module it is a module,that gives us a custom pager that is a,pager that is quite similar to the one,we have on the facebook web page where,you just grow and new content is being,clothed or you have a load more button,at the bottom of the page and you click,there and you have new content being,loaded so let's go ahead and jump to,drupal.org,in order to download it and we go to,download and extend and modules and we,search for infinite scroll and we have,the module it's being called this,infinite scroll and we have a nice,presentation how it actually works and,we'd go ahead and try to download it so,we're going to our dev desktop our,project and under modules contrib and we,save it there that's great,then we're going to the same folder and,we're unzipping it great so the next,thing we do we have to install the,module in our Drupal instance we go,ahead and login,with our admin account and we jump to,extent and we have to search for the,infinite scroll that's great and install,by now we already downloaded the,contributed module and we installed it,so let's go ahead and create a new view,so we go to structure views and we,create a new view let's call it and fit,net coffee because it would be a page,with infinite scroll that will choke,coffee articles so we save and edit,and we have a normal page but now we can,go ahead and use the infinite scroll so,currently it just shows content like we,can say we want to show just of content,type let's say articles and we have now,a normal pager here but we want to have,yeah let's say we want to have three,articles and that it automatically loads,three more,every time we reach the bottom of the,page so in order to do that we'll use,the infinite scroll we'll switch the,pager to infinite scroll we hit apply,and then let's say we want three items,per page and we say automatically load,content that would mean it would load,content when we reach the bottom of the,page and we hit apply and we save it so,let's go ahead and view the page,so we have our coffee articles here we,see the title of our page infinite,coffee and as we go to the bottom,actually something is wrong let's go,ahead and edit the view one more time,and let's go ahead and activate the Ajax,that is quite important for this case,because infinite scroll is working with,Ajax so let's go ahead and try one more,time yes now it's working as we reach,the bottom of the page this top bar,appears and it's loading more articles,there we go,so it's great but now let's go ahead and,test the load more button version so in,order to do that we just go ahead and go,to page select pager and we jump to,settings so we just disabled,automatically load content and we can,even change the button text so we say,load more coffee articles we just hit,apply and we save it,and there we go in this case it's not,loading more automatically but a load,more coffee particles button is,appearing so we just hit it and it's,loading more that'

After seeing the third section, I believe you have a general understanding of Scrollify: Infinite scroll

Continue the next fourth section about Scrollify: Infinite scroll

Easy Infinite Scroll in Webflow on Dynamic CMS Items

Easy Infinite Scroll in Webflow on Dynamic CMS Items

hello guys faco here uh in this video,tutorial we're going to,build an infinite scroll on uh,webflow uh this is a very cool,interaction and it's not native in,workflow so we have to use some sort of,a,javascript plugin to enable us so what i,have here is a,regular cms collection page that just,populated some,cms items like blog posts for example,right,and instead of having this paginate,it's going to go through it will,basically load infinitely as the user,scrolls down as you can see all the cms,items are being,loaded as i scroll all the way down and,then i have this message once i reach,the,end it has no more items to show now,this,uh isn't done natively in webflow,but it there is a plugin,that does this very simply and which i,discovered actually,from this blog post on webflow,by jack and wiki who have done the,similar thing and they've already,provided a,script that is already adapted to,webflow and we just need to paste this,script,and that's it in reality there is not a,lot of,adjustment to that needs to be done the,plugin itself is this,um you can check it out and there is one,extra,option that we're gonna do aside from,the script that i'm gonna demonstrate,so let's build this out in webflow,and so i have a page here pretty,standard stuff here nothing,special about this arrangement so first,we're going to drop obviously our,collection list right,and then we're going to connect this,collection list to a cms,in this case photos that's what my cma,cms is called and inside,the collection item i'm going to drop a,uh let's say so this is going to be a,block card so i'm going to drop a link,block why link block because you need to,connect this to,the page itself right so for example if,it's a blog,blog posts then you need to if you are,uploading for example just like an image,gallery then you don't need to write,uh connect connect it to the specific,cms item,but when you are doing a blog post or,you want to connect to that,cms item then you need to have a link,block,and this will give you this purple page,here and then now you're able to,select it says current photo in your,case it will say current whatever the,cms's current blog post current author,whatever,current photo so now that's connected so,the link will connect,there and inside this link block that,i'm going,then i'm going to drop everything that,we need which is,uh in an image i'll need a,heading and a paragraph,all right,as you can see it's already populating,now we're going to connect each,individual,select this thumbnail photo there you go,with,big i will fix that and this will be,connected to,the heading well in our case it's a name,all right that's good and this actually,i don't have a,field for this so i'm just going to,leave this as static because,i didn't create a field for my,paragraphs,so we're just gonna leave this static,but that's all right so i'm not going to,do styling because,um assuming you already know that so i,already have,my classes here so i'll just apply to,them,so

After seeing the fourth section, I believe you have a general understanding of Scrollify: Infinite scroll

Continue the next fifth section about Scrollify: Infinite scroll

Infinite Marquee (Endlessly Looping) Content in Webflow Tutorial

Infinite Marquee (Endlessly Looping) Content in Webflow Tutorial

in this tutorial I'm going to show you,how to make an endless loop in web flow,basically this can be used for text it,can be used for links you can even be,used for graphics anything that you,would like to endlessly loop through the,screen and web flow so without further,ado let's jump right in,basically what you're going to need is,two divs and two texts so for this,example I'll drag in a div that will be,my outer container and I'll drag in,another div which we'll actually use to,move inside the container and lastly,we'll drag in two headings so we need to,make sure that the two headings say the,exact same thing and if you were to have,a series of logos here or links you,would definitely want to sets that look,exactly the same and basically we need,to set these to be inline so that they,stacked side-by-side and then we can set,a height we can set a pixel height but I,like to use viewport width so that way,it scales with the size of the screen,so on crease this to where it's slightly,larger and then I'll set the text style,to no rap that way the text is not,forced to rap with the screen the next,thing is inside the inner container we,need to set the Flex to flex box,horizontal Center and justify left and,basically this is going to force the,text to stack side by side next thing,you'll notice I need a space between the,Easter so I'll just use some margin and,I'll make sure to use a viewport value,as well that way it scales with the size,of my text and that looks about right so,right now this entire page can be,horizontal scroll and I want to set the,width of the container to 100% and set,the overflow to hidden basically that,will make it so that my page can no,longer be scrolled left or right set,some padding in here that way we can see,the bottom of the text and now we just,need to set up the interaction so we'll,head over to the interactions panel and,we'll add a new interaction on page load,so this means as soon as the page starts,loading we want to create an animation,we'll call this and list me,and basically we want to move the inner,container inside the main container so,we'll create an interaction of move and,we'll start the move at zero viewport,width and the duration of zero this is,essentially just our initial state then,we'll set another move and we'll move,this viewport width to look like to,where we're showing the second text into,where it looks like it's starting right,where the other one starts so we need to,move this back further so basically I,want the the second line of text to be,in view right where the first one was so,I'll just check these two to see where,they line up I may have to do a 0.5,value to get it closer that's that's,pretty close and then the second thing,we need to do is set the duration so,right now it moves really fast we set,the duration is something like 12,seconds for now and it could possibly be,even longer than that if we wanted it to,the last thing we need to do is return,the start value to zero and this is

After seeing the fifth section, I believe you have a general understanding of Scrollify: Infinite scroll

Continue the next sixth section about Scrollify: Infinite scroll

Smooth Scroll

Smooth Scroll

what is up guys so today I'm gonna,quickly show you how to implement a,scroll on your website so that if you,click a link that has an anchor tag or,that's pointing to an anchor tag I,should say the page will automatically,scroll to that section on the site and,this is all without using any JavaScript,or jQuery so let's go ahead and jump,onto this real quick all right so I have,a blank HTML file open here and we're,gonna write some code in here so before,we go ahead and change the scroll,behavior property let's go ahead and add,some elements in here so I'm just gonna,add a div div and another div like,suppose I could just copy that and I'm,gonna name this first one let me give it,a class of block one yeah and then I'll,give the second one here a class of,block two just like that and let's go,and start styling this up real quick,alright so I'm gonna select the class of,block 1 and block 2 alright let's go,ahead and write some CSS in here so I'm,gonna write the width to be let's do 100,viewport widths will do height 100,viewport Heights let's set the,background to pink and then let's let's,come up here and on the body let's,remove the padding and the margin just,like that let's come back over here,refresh this and see what we got,alright so we have a nice scrollable,page of pink next let's go ahead and,let's just grab that second block and,we're just gonna change the background,to like green or something like that,go back refresh and now you can scroll,down you can see here and let's mmm you,know now that I think about this let's,just change these two IDs because we're,gonna need to use those IDs there we go,and let's go into the first block and,we're gonna add an anchor tag I'll just,say go to the green block and get tagged,give it an H ref of block - just like,that so now let's come back over here,and refresh this page and now you see,that we have a link here and if we click,it it brings us right down to this green,block it jumps us right to it now let's,also go and add I want to add another,button here into the second one this is,just going to point to block one and,let's say go to the pink block alright,so let's come back and refresh and now,you can see we can go back and forth,right between them all right so to add,this smooth scrolling in it's very,simple I'm gonna select everything just,because I find that this is the easiest,thing to do just apply it to everything,in the document and we're gonna right,scroll behavior smooth and that's really,about it so let's jump back over the,page and refresh this page and you,should see if you click this link now it,Scrolls you right down to it so there's,a very simple way to implement smooth,scrolling on your website without,touching any JavaScript or jQuery or,anything like that now there are a few,issues with this as it's not supported,in every browser so the only browsers,that I found that it's not supported in,is in an internet explorer edge and,Safari so at the moment they don't,support them hopeful

After seeing the sixth section, I believe you have a general understanding of Scrollify: Infinite scroll

Continue the next seventh section about Scrollify: Infinite scroll

Create A Scroll Progress Bar In Webflow: No-Code Tutorial

Create A Scroll Progress Bar In Webflow: No-Code Tutorial

in this video we'll be learning how to,create a scroll,progress bar in webflow you'll be able,to apply this to,any webflow website the main tool we'll,be using in this project,is webflow you can sign up for an,account at,webflow.com webflow has a free plan,and that will be sufficient for the,needs of this project,for convenience i've timestamped this,video in the description,i'm going to dive into this project and,assume you already have a website in,webflow that you wish to add a scroll,progress bar to,i'm going to add a scroll progress bar,to the website where i post,all the written versions of my tutorials,command codeless.com,the first thing we need to do is design,our progress bar,so what you'll want to do is get a div,block,from the elements which you can find,here,and you want to place that at the top of,your website,now if you have trouble placing the,element just click the,navigator and then you can drag it to,the top of the web page,let's now give the div block a class,and i'll give it a class of div and i'll,do a colon and then i'll just write,progress giving your elements a class,makes them easier to work with,i want to change the color of our div,block too,so let's find the background color which,we can see here,and let's set that to a hex code of,dad4ed,we also want to set the width so let's,scroll back up,and set the width to 100,that ensures it takes up the full frame,and we'll want to set a height,so let's set the height to 10 px,that's not too large we'll also want to,fix its position so we can find that,under position,and if we select the drop down we can,set the position,to fixed and we'll want to set it to the,top,left and to assure it appears above,all the other content we'll want to set,the z index,to a really high number so let's set it,to 9999,and press enter,now that we have our bar designed let's,create the scroll effect,first you'll want to click on the,interactions panel which you can find,along the top and it's this thunderbolt,like,icon so click onto the interactions,panel,then what you'll want to do is add a,page,trigger and the page trigger should be,4 while the page is scrolling,from here we can animate our scroll,progress bar from here you'll want to,click onto action,and then select play scroll animation,now click the plus symbol next to scroll,animations,now make sure that the element div,progress,is selected as we can see we have it,selected here,so that means we're editing that div,block and creating the animation,upon it now let's just name this scroll,animation,to progress bar so we know what it,refers to,i like to name everything clearly it,just makes it easier to work with,later again we'll want to click,the plus symbol now select,scale make sure that you have,zero percent set at the top this is the,starting position,now at the bottom under scale,what we want to do is first unlock so,click the lock button to unlock,the settings then we want to set,the x axis to zero,and we want to set the y axis to one s

After seeing the seventh section, I believe you have a general understanding of Scrollify: Infinite scroll

Continue the next eighth section about Scrollify: Infinite scroll

Webflow Interactions / Zooming Out Effect While Scrolling / Pitch Rebuild

Webflow Interactions / Zooming Out Effect While Scrolling / Pitch Rebuild

today i'm going to show you how to,create peaches all hero section i'll,first start by creating the structure,and then i'll create the interactions,uh if you want to see more of this,project and how it was created check out,check out my other videos and also check,out the link in the description below,you can clone the project on webflow and,see how everything was created so let's,get started so i'm going to first,explain how the interaction works so we,have this image right here with the text,that scales down and if you look at the,scroll bar we are scrolling down even if,it looks like we stay in the same place,and we do this by adding a div that,we call it track and then we have,another div inside of it that we are,going to call it camera and the camera,is the one that we are always looking at,and the track is the one that is behind,and somehow controls the camera so you,have to imagine this is the track and,the div that we are actually scrolling,down on and the camera that stays right,here and,um we are looking at while we scroll,down on the track,and we see this animation playing so the,way we are going to create this in,webflow is we are going to add a section,and we are going to call it hero,and inside of this section we are going,to add the div,that it is called,that is called trek,and inside of this we are going to add,another div that is the camera like i,said before,so the settings um on the hero section,you don't have to add anything and on,the track we want what uh hate of 150,view hate,and then on the camera we are going to,add a weight of 100,and the height of 100 you hate and the,overflow we are going to set it to,hidden and the position we are going to,set it to sticky and we are going to add,a zero or the top of it so what it does,again we,um when we scroll down if we look again,at the animation we have this the track,that we scroll down but we also have the,camera that um,that,stays at the top because we add sticky,on it and as we scroll down we we are,still seeing the camera,like this and even if we scroll down we,aren't actually seeing the scroll down,we are seeing the,animation as it scrolls,as it scales down so inside the camera,you want to add another div,and this div we are going to call it,uh,transform tag target and this is,actually the the element that we are,going to use in the interaction to make,it scale down,and we are going to set the display to,flex and then the direction to vertical,align center and then justify,start the height you want to send to 100,and the most important setting that you,want to set right here is under the,typography you want to set the size to,10,10 view,width,and then we are going to add another div,and we are going to call this one,hero,container and this is the div that is,going to hold all the,elements inside of it,and,on this div we are going to set again,the,the display to flex vertical,then center and justify start then the,width we are going to set it to 100,percent and then the posi

After seeing the eighth section, I believe you have a general understanding of Scrollify: Infinite scroll

Continue the next ninth section about Scrollify: Infinite scroll

How to use the new "css-scroll-snap" by refactoring a JS Slider

How to use the new "css-scroll-snap" by refactoring a JS Slider

hello everyone my name is Horatio and,today we're gonna see how we're gonna,refactor a CSS or a javascript slider,into CSS only slider with a new scroll,snap where it's not that new but now,it's a little bit more supported so,let's dive into it so here I don't know,if you saw this this is the last chrome,dev summit and there was a talk from,these two amazing guys that they show a,bunch of new CSS techniques and and,features and one of the most like,impressive features for me at least was,this scroll snap featured that CSS has,already so now what I'm gonna show you,actually is how to refactor one geometry,slider to the CSS slider and then you,can compare not only how much code,you're using but also the behavior that,you're getting right because it's it's a,little bit different and and you need to,see the pros and cons about it so let's,so here I prepared this slider you see,it if I go to the index is just as a,slider component in react but you can,you can use this in any other framework,or library or whatever you're using,because this is fairly the same because,it's just CSS so that's the cool thing,so here you have this slider you can,just go and you have like some arrows,here that I don't know why it's not,visible but yeah you have the arrows and,it's yeah in infinite because you see,the settings here that I'm passing to,this slider are Internet true I want the,dots also one slide,will slide to show four slides and also,just grows only one by one so pretty,simple slider and you see there are,three images they're three slides on,both three are just going,infinite and that's pretty simple so,this is using react slick from slick,aerosol that the actual JavaScript,library but now we're gonna start like,digging code and you see that here the,CSS is only to display the image,properly and that's it but let's start,with this let's just remove this two,things because that's part of the,library of course it's gonna fail and,also now I don't need these settings,because there's not gonna be any,settings just CSS so here what I'm gonna,change is this to a div with the class,name of slider and then if I go here I,just change that to this and everything,is working but now we lose this lighter,of course so now let's just implement,that so instead of just adding this I'm,gonna add a code that I have a snippet,that I have already here and also let me,just delete this and now you see that,there's another behavior but let's talk,a little bit not actually let me just,show you the result do you see that I'm,scrolling but it's snapping to different,parts also another thing that you can,that you can see is that there's no,infinite slider here so those are things,that you need to consider before you,move or refactor to your new slide ok so,this is now everything controlled by CSS,and you see that the only thing that we,add are this lines of code of CSS to,make it work the HTML stays the same,actually I removed a bunch of things,here remove that CSS that is coming with,t

Congratulation! You bave finally finished reading Scrollify: Infinite scroll and believe you bave enougb understending Scrollify: Infinite scroll

Come on and read the rest of the article!

I am a shopify merchant, I am opening several shopify stores. I use ppspy to find Shopify stores and track competitor stores. PPSPY really helped me a lot, I also subscribe to PPSPY's service, I hope more people can like PPSPY! — Ecomvy

Join PPSPY to find the shopify store & products

To make it happen in 3 seconds.

Sign Up
App rating
4.9
Shopify Store
2M+
Trusted Customers
1000+
No complicated
No difficulty
Free trial