Overview
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.
Features
- Live coding sessions where a productivity management app is developed
- Authentic developer experience with real-life programming decisions
- Utilization of JavaScript and relevant tools
- Observing failed tests and code refactoring
- Challenges of naming variables and functions
Installation
Here is a guide to installing the Cero Components theme:
- Installation
Using NPM:
$ npm install react react-dom
Using Yarn:
$ yarn add react react-dom
- Using the library
Import component:
import { ComponentName } from 'cero-components';
Use component:
<ComponentName prop1={value1} prop2={value2} />
Summary
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.