Giter Site home page Giter Site logo

jahama / cero-components Goto Github PK

View Code? Open in Web Editor NEW

This project forked from glrodasz/cero-components

1.0 1.0 0.0 1.46 MB

Component library for Cero a Producción Project

Home Page: https://cero-components.vercel.app

JavaScript 82.79% HTML 0.15% CSS 17.05%

cero-components's Introduction

Cero a Producción — Components

GitHub Workflow Status Codecov npm semantic-release storybook

0️⃣ 🚀 Cero a Producción is a project of live coding sessions where we develop a a productivity management app called RETO from the scratch to production.

The idea behind

The idea behind this sessions is to show a real developer experience where we explore every decision that a common programmer do in daily basis with JavaScript and other tools. You will see failing tests, refactors, Google and StackOverflow searchs, but also a lot of fun and the struggle of naming things.

Watch the project in live streaming in 🇪🇸 Spanish, every Tuesdays and Thursdays. Twitch Status

Table of Contents

Getting Started

You must have react, react-dom and classnames installed thiose are peer dependencies of this project.

1. Installation

Using NPM

npm install @glrodasz/components

Using Yarn

yarn add @glrodasz/components

2. Using the library

  • Import component
import { Icon, ButtonIcon } from '@glrodasz/components'
  • Use component
<ButtonIcon icon="arrowRight" type="primary">
  Cowards Agreed
</ButtonIcon>

Storybook

Check the rest of the available components in our Storybook

Running the project locally

Follow these steps to start the project in development

  1. Clone repository. git clone https://github.com/glrodasz/cero-components.git
  2. Install dependencies in the project folder running yarn or npm install
  3. Run Storybook with yarn dev or npm run dev, this command will build the tokens and open Storybook.

Running the tests

  1. Run yarn run testor `npm run test``
  2. To keep the tests running, run yarn run test:watch

Methodologies

Atomic Design

For this project will be using the methodology to create componentes called Atomic Design. The component library will be creating just Atoms and Molecules with the following definitions:

Atoms definition

For this project an atom will be a component that is composed by an unique Atom with or without HTML tags, or just HTML tags.

Molecules definition

For this project a molecule is a component that is composed by at least 2 different atoms.

cero-components's People

Contributors

glrodasz avatar semantic-release-bot avatar nathaeeud avatar gpolancodev avatar carlosazaustre avatar ntoniocp avatar juanjosevega99 avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.