Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/surajk95/leetify

Awesome Leet Code effect for webpages. Built completely with Vanilla JS.
https://github.com/surajk95/leetify

leet-generator leetcode matrix-effect vanilla-javascript vanilla-js

Last synced: 19 days ago
JSON representation

Awesome Leet Code effect for webpages. Built completely with Vanilla JS.

Awesome Lists containing this project

README

        

# leetify

Awesome leetcode effect for your webpage.

Built completely with Vanilla JS.

## Live preview at https://surajk95.github.io/leetify/

# Installation

> Copy leetify.js file to your webpage directory.

> Change/Make id="leetify" of the div, or the element where you want the effect.

> Insert

>
>
> window.onload=leetify(
> 'leetify',
> 'white',
> '32px'
> );
>
>
> before closing the body tag.

### You can change the text, color of text, font size, and speed of animation.
### Refer to the demo index.html file to see how it should be done.