npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

lib-components-desafio-green

v0.0.3

Published

- versão do node: `12.18.1` - versão do yarn: `1.22.10`

Downloads

3

Readme

Lib Componentes Desafio Green

Guia de desenvolvimento

Setup

  • versão do node: 12.18.1

  • versão do yarn: 1.22.10

  • Instale as dependências usando: yarn install.

Building

  • para buildar o projeto use o comando: yarn prepare.

Testes unitários

  • Para rodar todos os testes use: yarn test.
  • Biblioteca de testes utilizada: @testing-library/react

Rodar localmente

  • Para testar localmente você pode utilizar a biblioteca yalc.
  • instale globalmente: npm i -g yalc.
  • publique o seu projeto localmente: yalc publish
  • adicione ao seu projeto de utilização: yalc add lib-components-desafio-green

Storybook

  • Para disponibilizar os componentes para visualização, foi utilizado o Storybook. o link publico para o desafio foi disponibilizado no seguinte link: storybook desafio, por meio do firebase hosting.

  • O storybook também é um meio de verificar como os componentes desenvolvidos estão ficando. É necessário apenas rodar o comando: yarn storybook.

Tokens

  • Com a biblioteca de componentes também é possível a exportação de padrões para o Design System. No projeto foi disponibilizado algumas cores para utilização.
  • Os tokens são criados a partir de arquivos YAML, que podem ser adicionados na pasta src/tokens
  • Depois de adicionados, os mesmos são transformados em código TS (src/tokens/index.ts)

Firebase hosting

  • O projeto foi configurado para disponibilizar o storybook por meio do firebase hosting, para isso é necessário buildar o storybook (yarn build:storybook), e então disponibilizar no google hosting (firebase deploy)

NPM

  • O projeto ficou disponível no NPM para utilização no projeto do desafio. npm desafio

Animações

  • O projeto conta com a utilização da biblioteca react-lottie, onde é possível utilizar animações por meio do (Adobe After Effects), existem muitas animações que podem ser utilizadas.