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
- Host: GitHub
- URL: https://github.com/zaujulio/taskianowithchakra
- Owner: ZauJulio
- License: mit
- Created: 2021-12-13T04:18:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-13T04:27:32.000Z (over 4 years ago)
- Last Synced: 2025-02-28T18:25:17.967Z (over 1 year ago)
- Topics: chakra-ui, firebase, jest, nextjs, typescript
- Language: TypeScript
- Homepage:
- Size: 1.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ๐งช