• Stars
    star
    2
  • Language
    JavaScript
  • Created almost 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Get the parts of the current URL

More Repositories

1

Understanding-the-Core-Ideas-of-Promise-by-Implementing-it-in-JavaScript

A book that explains the implementation of promise in detail
15
star
2

understanding-nodejs-stream-module

A book that examines the Node.js stream module by implementing it from scratch
13
star
3

Blue-Slider

Blue-Slider is a responsive slider jquery plugin with great customization
JavaScript
6
star
4

log-style

Customize the style of logged message
JavaScript
4
star
5

animate-typing

This is plugin to animate typing that require jQuery to work
JavaScript
3
star
6

hex-reader

A cli application for reading a file content or a string value into Hex format
JavaScript
3
star
7

flip-clock

This plugin is used to countdown the time in 3D style. It doesn't return a jQuery object, but jQuery is required for manipulating DOM.
JavaScript
2
star
8

implement-async-await

Implementing the async/await pattern from scratch
JavaScript
2
star
9

stream-module

This is a simplified version of built-in Node.js stream module
JavaScript
1
star
10

crud-user-react

This is a test project for implementing some CRUD operations with both Server side and Client side.
JavaScript
1
star
11

count-up

This is a JS pluging for counting up in an element that require jQuery.
JavaScript
1
star
12

async-handler

Handling the errors of the controllers async functions in express middleware
JavaScript
1
star
13

jquery-date-picker

This is a jQuery plugin that is used to show a date picker box
CSS
1
star
14

cookies

Some simple methods for working with cookies in browsers
JavaScript
1
star
15

webpack-config

A handy and simple example of webpack configuration and front-end project structure
JavaScript
1
star
16

convert-csv-json

Some function to convert the content of CSV file to json and vice versa
JavaScript
1
star
17

require-all

Requires all the modules in a directory
JavaScript
1
star
18

jQuery-Photo-Editor

It's a jQuery plugin that can be used for any kind of editing of photos by user
JavaScript
1
star
19

number-to-english-phrase

Convert any integer number with at most thirty digits to the english phrase of that number
JavaScript
1
star
20

grid-sass-function

This is a sass (scss) function which implements kind of griding simply
CSS
1
star
21

events-module

This is a very simplified and minimalist version of Node.js events module which has been implemented for educational purpose.
JavaScript
1
star
22

light-promisify

Convert any callback function to Promises with the node-style callback (error-first pattern)
JavaScript
1
star
23

exchange-rate-to-sek

This is a test project to check the exchange rate of the currencies of all the countries around the world to SEK, which is the official Sweden currency.
JavaScript
1
star
24

nested-replace

Find a specified string or a regular expression (in a string, array or object value) and returns a new value where the specified string are replaced.
JavaScript
1
star
25

custom-alert

This customization overrides the main alert method in window object in browsers (which is a bad practice).
JavaScript
1
star
26

realtypeof

You can get the real type of values (i.e. array, null, object, map, set, etc.)
JavaScript
1
star