Component library for Cero a Producción Project
Cero Components is a project of live coding sessions where a productivity management app called RETO is developed from scratch to production. The objective of these sessions is to provide an authentic developer experience by delving into the daily decisions and challenges faced by programmers using JavaScript and other relevant tools. Participants can expect to observe failed tests, code refactoring, and the utilization of search engines like Google and StackOverflow.
Here is a guide to installing the Cero Components theme:
Using NPM:
$ npm install react react-dom
Using Yarn:
$ yarn add react react-dom
Import component:
import { ComponentName } from 'cero-components';
Use component:
<ComponentName prop1={value1} prop2={value2} />
Cero Components is a project of live coding sessions where a productivity management app is developed using JavaScript and other relevant tools. Participants can expect an authentic developer experience as they observe failed tests, code refactoring, and the utilization of search engines. The Cero Components theme can be installed by following the provided guide.