• Stars
    star
    1
  • Language
    JavaScript
  • Created about 2 years ago
  • Updated about 2 years ago

Reviews

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

Repository Details

Example of dynamic pagination hook

More Repositories

1

AxiosRequestUpdatetemplate

JavaScript
3
star
2

ToDoListModified

JavaScript
2
star
3

SearchFilter

JavaScript
2
star
4

HTML_Game

HTML
1
star
5

AxiosRouterOnload

JavaScript
1
star
6

useRefExample

JavaScript
1
star
7

CallbackSimpleExample

JavaScript
1
star
8

controlledInput

JavaScript
1
star
9

TypicalKanban

JavaScript
1
star
10

AxiosTaskLoader

JavaScript
1
star
11

Banker-sPlan

"https://www.codewars.com/kata/56445c4755d0e45b8c00010a "
JavaScript
1
star
12

TimePickerRedux

JavaScript
1
star
13

Closure

JavaScript
1
star
14

SimpleCounterVersion

JavaScript
1
star
15

MPGCalculatorfixed

JavaScript
1
star
16

JSPlayground

JavaScript
1
star
17

MPGcalculation

JavaScript
1
star
18

FindAllNonConsecutiveNumbers

JavaScript
1
star
19

TodoListWithRestore

JavaScript
1
star
20

FirebaseTodo

in process
JavaScript
1
star
21

SwapTwoElements

" Return a new array that contains exactly the same elements as the input array, but with elements a and b swapped. If the array has multiple copies of a, swap only the first one that appears in the array. If the array has multiple copies of b, swap only the last one that appears in the array."
JavaScript
1
star
22

BookingExample

JavaScript
1
star
23

FindTheMultiples

"you will build a program that takes a value, integer , and returns a list of its multiples up to another value, limit . If limit is a multiple of integer, it should be included as well. The limit will always be higher than the base. "
JavaScript
1
star
24

WorkingWithArrays

"In this kata the function returns an array/list of numbers without its last element. The function is already written for you and the basic tests pass, but random tests fail. Your task is to figure out why and fix it. "
JavaScript
1
star
25

HeadsAndLegs

"Everybody has probably heard of the animal heads and legs problem from the earlier years at school. It goes: “A farm contains chickens and cows. There are x heads and y legs. How many chickens and cows are there?” Where x <= 1000 and y <=1000 #Task Assuming there are no other types of animals, work out how many of each animal are there. "
JavaScript
1
star
26

MengerSponge

" In this kata you will create a function that takes non negative integers (from 0 to n) and return the amount of cubes that the Menger Sponge would have in that specific iteration."
JavaScript
1
star
27

HeadTailInitLast

"Haskell has some useful functions for dealing with list λ head [1,2,3,4,5] 1 λ tail [1,2,3,4,5] [2,3,4,5] λ init [1,2,3,4,5] [1,2,3,4] λ last [1,2,3,4,5] 5 Your job is to implement these functions in your given language. Make sure it doesn't edit the array; that would cause problems! "
JavaScript
1
star
28

useEffectExample

JavaScript
1
star