An open API service indexing awesome lists of open source software.

https://github.com/zaujulio/taskianowithchakra

To-do. Save your time, complete your tasks. Chakra-ui version
https://github.com/zaujulio/taskianowithchakra

chakra-ui firebase jest nextjs typescript

Last synced: 3 months ago
JSON representation

To-do. Save your time, complete your tasks. Chakra-ui version

Awesome Lists containing this project

README

          

Taskiano: Chakra-UI Version







- [[Eslint ๐Ÿ”Ž]](https://github.com/eslint/eslint): Analyzes the code and generates error warnings.
- [[Prettier ๐ŸŽจ]](https://github.com/prettier/prettier): formats the code, giving that little hand to Eslint and reverse.
- [[lint-staged ๐Ÿšซ๐Ÿ’ฉ]](https://github.com/okonet/lint-staged): Makes the LINTING all files that are changed.
- [[Husky ๐Ÿถ]](https://github.com/typicode/Husky): Creates Commit Hooks to automate code verification (types, styles, etc.).
- [[Jest ๐Ÿงช]](https://jestjs.io/): Unit testing framework.
- [[React Testing Library ๐Ÿงชโš›]](https://testing-library.com/docs/react-testing-library/intro): Testing library for React.
- [[PWA ๐Ÿคน]](https://developers.google.com/web/progressive-web-apps/): Websites that took all the right vitamins.
- [[Nextjs ๐Ÿš€]](https://nextjs.org/): Nextjs is a framework for server-rendered React applications.
- [[Typescript ๐Ÿงฉ]](https://www.typescriptlang.org/): TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
- [[Styled Components ๐Ÿช…]](https://styled-components.com/): Styled Components is a library for React that allows you to write styles in a modular, statically-typed, and highly reusable way.
- [[Plop ๐Ÿงฉ]](https://plopjs.com/): Plop is a little tool that saves you time and helps your team build new files with consistency.

## Installation

```console
foo@bar:~$ yarn install
```

## Scripts

```json
{
"dev": "Runs the development server",
"build": "Builds the application for production",
"start": "Start the production server",
"lint": "Lint the code, with a maximum of 0 Warnings",
"test": "Runs the unit tests",
"testwatch": "Runs the unit tests in watch mode, to each change",
"test:coverage": "Generates a coverage report",
"storybook": "Runs the Storybook server of components, enjoy your playground",
"generate": "Generates a new component with tests, styles and stories",
"build-storybook": "Builds the Storybook static playground"
}
```

### Based on: [Taskiano](https://github.com/ZauJulio/Taskiano)

### Bootsraped with: [ZBP](https://github.com/ZauJulio/ZBP)


ZauJulio ๐Ÿงช