• This repository has been archived on 08/Nov/2021
  • Stars
    star
    1
  • Language
    CSS
  • Created almost 8 years ago
  • Updated over 7 years ago

Reviews

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

Repository Details

💡 Save and manage your ideas.

More Repositories

1

brazilian-values

🇧🇷 Funções de formatação, conversão e validação para valores, documentos e outras unidades usadas no Brasil. Como CEP, CNPJ, CPF, BRL (R$), datas, números etc.
TypeScript
538
star
2

typescript-library-boilerplate

Initialize it running "node ./setup.js". A TypeScript library boilerplate. Check types pretty strictly; generates CommonJS, ESM and UMD bundles with Rollup.js; setup unit tests with Jest; and generate docs from sources with Typedoc.
JavaScript
98
star
3

vue-uuid

Add UUID to Vue instance.
JavaScript
73
star
4

normalize-text

📝 Provides a simple functions to normalize texts, whitespaces, paragraphs & diacritics.
TypeScript
63
star
5

brazilian-geographic-data

🇧🇷 regiões, estados, cidades, bairros e outros dados geográficos brasileiros.
JavaScript
62
star
6

ts-jest-resolver

A resolver for jest that uses the same strategy as TS when resolving files with JavaScript extensions (".js", ".jsx", ".cjs" and ".mjs"). It works pretty well with ts-jest or babel with @babel/preset-typescript.
TypeScript
60
star
7

vue-data-tablee

Yeap, another Vue table component.
JavaScript
42
star
8

vue-burger-button

🍔 vue-burger-button is a functional component, which is faster than a regular component, and is pretty small (JS min+gzip is lower than 700b and CSS min+gzip is lower than 400b).
Vue
42
star
9

create-request

Apply interceptors to `fetch` and create a custom request function.
TypeScript
37
star
10

vue-flipper

A component to flip elements with a nice transition.
Vue
32
star
11

bitty

🗃 A mono-repository with functional programming helpers, algebraic data types, util functions, types and even some micro frameworks in TypeScript.
TypeScript
30
star
12

format-date

📆 A small library (around 400 B when gziped & minified) to format JavaScript `Date` object using same tokens as moment.
TypeScript
28
star
13

vue-loadable

⏳ Improve your loading state control with pretty simple methods and helpers.
TypeScript
26
star
14

vue-form-container

👜 A Provider Component that encapsulate your forms and handle their states and validations.
Vue
24
star
15

dev-demands

An example of Front-End and Back-End with Apollo GraphQL.
JavaScript
23
star
16

valite

🔥 Concurrently execute your validators in a simple, practical and light validator engine.
TypeScript
20
star
17

persistence

💾 Persistence provides a pretty easy API to handle Storage's implementations.
TypeScript
19
star
18

graphql-raw-loader

🍖 With Webpack, loads GraphQL files as raw strings and handle it's import directive & comment statement.
JavaScript
19
star
19

maybe

🌯 The prettiest TypeScript implementation of Maybe monad.
TypeScript
19
star
20

get

🚚 A really small and type-safe (requires TypeScript >= 4.1.3) function, that gets a nested value from an object using a path string (like "a.b[0].d"). If value is 'undefined' or unreachable returns the placeholder instead.
TypeScript
18
star
21

vuex-handler

Avoid try/catch and .catch() statements and globally handle successful and failed actions.
JavaScript
17
star
22

event-emitter

Emit and listen events in any class, object or function without messing them extending classes. And you can declare it with Fluent Interfaces or tree-shakeable functions.
TypeScript
17
star
23

uncouple

📂 Uncouple constructors and classes methods into functions.
TypeScript
14
star
24

vue-component-id

Generates an unique ID for every component.
JavaScript
13
star
25

animate

👾 Create and manage animation functions with AnimationFrame API.
TypeScript
13
star
26

check-package-usage

[🚧 WIP] A CLI that checks how a package is used in your source; shows unused packages; which packages are used in CommonJS/ESM; and other insights about your packages.
TypeScript
12
star
27

select-files

Virtually creates a file input element (<input type="file" />), triggers it and returns selected files.
TypeScript
12
star
28

reconstruct

👷 Iterate over properties and merge them into a new object.
TypeScript
11
star
29

use-object-url

React Hook to create and revoke URL for any instance of `File`, `Blob` or `MediaSource`.
TypeScript
11
star
30

cullender

Search data and create complex filters by compose filter functions.
JavaScript
10
star
31

react-hooks-for-backbone

React.js Hooks to connect your components with Backbone.js's models, events and collections.
TypeScript
8
star
32

exemplos-programacao-funcional-em-javascript-e-typescript

Exemplos e casos de uso de técnicas, estruturas de dados e patterns funcionais com JavaScript e TypeScript.
8
star
33

gulp-html-accents

Encodes accents and other diacritics into HTML Entities.
JavaScript
8
star
34

aliases-from-tsconfig

Reads a jsconfig/tsconfig.json baseUrl and paths and provides a methods to replace its aliases in your files paths.
TypeScript
8
star
35

insist

Insistently runs a callback and only resolves the promise when its result is truthy.
TypeScript
7
star
36

fetch-img

Fetch asynchronously an image using it's source and resolve as `HTMLImageElement`.
TypeScript
7
star
37

object-descriptors

A pretty well typed function to get object property descriptors. `Object.getOwnPropertyDescriptors` polyfill.
TypeScript
6
star
38

poi-plugin-dotenv

Loads .env variables into Poi's application.
JavaScript
6
star
39

vuex-shortly

JavaScript
6
star
40

mobx-valite-form-store

A MobX form store using `valite` as validator.
JavaScript
5
star
41

vue-router-on-bootstrap-templates

A silly example with @vue/cli and Onassis bootstrap template which shows how to handle template pages as vue-router's routes (views).
HTML
5
star
42

parse-sass-value

Parse JavaScript value to SASS. { color: 'red' } => ( 'color': red )
TypeScript
5
star
43

bubbles-animation

Simple <canvas> bubbles animation.
TypeScript
4
star
44

quivy

A micro-framework to quicky start your games and animations.
JavaScript
4
star
45

predicates

A collection of composable functions to check values.
TypeScript
4
star
46

poi-preset-resolve-extensions

Resolve extensions on Poi.
JavaScript
3
star
47

VitorLuizC.github.io

JavaScript
3
star
48

node-pombo

Just provide a random nice pombo ASCII draw (and its author's name).
JavaScript
3
star
49

estruturas-de-dados-puramente-funcionais

Anotações, pesquisas, experimentos e exercícios do curso de Estruturas de Dados Puramente Funcionais da UFABC.
Haskell
3
star
50

project-boilerplate

Basic & consistent boilerplate for open-source JavaScript applications.
3
star
51

shinsu

[WIP]
TypeScript
2
star
52

react-contact-list-application

Lista de contatos. É um aplicativo construído durante o Nanodegree de React na Udacity.
JavaScript
2
star
53

reconstruct-descriptors

Iterate over object's property descriptors and compose a new one.
JavaScript
2
star
54

vue-component-patterns

A curated collection of idiomatic component patterns for Vue.
2
star
55

convenia-assignment

Convenia assignment was done using Vue, Vuex & Axios.
Vue
2
star
56

p2p-javascript-based-mmorpg-game

TypeScript
2
star
57

jussi-assignment

JavaScript
2
star
58

TretaScript

Use glob to match entry files, transpile TypeScript to JavaScript (ES5) & keep same source folder's structure in dist.
TypeScript
2
star
59

vue-form-container-examples

Vue
2
star
60

task-list

A simple task list.
JavaScript
1
star
61

learning-graphics

Rust
1
star
62

typescript-utility-types

Um apanhado de tipos utilitários no TypeScript para copiar e colar.
1
star
63

book-market

A simple trade market system to offer, announce and trade your books.
JavaScript
1
star
64

boilerplate

Front-End stuff for web projects
CSS
1
star
65

react-native-anchor

TypeScript
1
star
66

functional-resources

Some pure-functions to deal with everything.
JavaScript
1
star
67

immutable-collection

TypeScript
1
star
68

react-async-task

React.js hooks to manage async tasks.
TypeScript
1
star
69

poi-quiet

It's just poi package without any stats log.
JavaScript
1
star
70

typescript-strict-number-types

[🚧 WIP] Define better types for JavaScript numbers and their functions.
JavaScript
1
star
71

VGA777

1
star
72

MyFirstBevyGame

I'm just following the Bevy Intro Tutorials from Logic Projects.
Rust
1
star
73

playground

TypeScript
1
star
74

boilerplate-cli

TypeScript
1
star
75

pxg-hunt-report

PokeXGames hunt report. Paste your log and see the data analysis.
JavaScript
1
star
76

corresponds

TypeScript
1
star
77

vue-form-components

Vue + Forms. A set of form components for Vue.
JavaScript
1
star
78

mobx-loadable-store

TypeScript
1
star
79

acerola-chat

Global and private chats without any registering.
JavaScript
1
star
80

mobiauto-assignment

JavaScript
1
star
81

nuxt-tasks

Exercises for Nuxt.js course (https://www.udemy.com/nuxtjs-vuejs-on-steroids).
Vue
1
star
82

UI-Compare

Compare UI components.
JavaScript
1
star
83

landing-bugginout

A pretty webpage for Buggin'Out Game!
Vue
1
star
84

react-my-reads-application

A Project for React Udacity Nanodegree.
JavaScript
1
star
85

benchmark

Benchmark between Front-End tools.
JavaScript
1
star
86

rollup-plugin-resolve-module

[WIP] Resolve files or modules for each bundle format (module type). Example: import lodash-es on ESM bundles and lodash on CommonJS ones.
TypeScript
1
star
87

use-input-formatted

React Hook to use formatted values on <input /> elements and components.
TypeScript
1
star
88

gulp-launch

Setup functions as tasks in multiple files.
JavaScript
1
star
89

notes

This repository is a GitHub Actions PoC on consuming static data and using manual workflows to manage them.
JavaScript
1
star
90

breakout

A breakout game based on Udemy course (http://bit.ly/2qHzcej).
JavaScript
1
star
91

node-livecoding

Material das aulas de Node.js com exercícios praticados em aula.
JavaScript
1
star
92

react-native-calendar-weeks

TypeScript
1
star
93

twinmill

API simples de um CMS escrita em Node.js.
JavaScript
1
star
94

predicate-tag

A JavaScript/TypeScript tagged template literals to create readable predicate functions.
TypeScript
1
star
95

react-bivu

React.js components used in my weeding site.
1
star