https://github.com/patrickgdl/handwriting2blog
Crie um blog com caneta e papel usando IA.
https://github.com/patrickgdl/handwriting2blog
blog editor handwriting-recognition nextjs tailwind
Last synced: about 2 months ago
JSON representation
Crie um blog com caneta e papel usando IA.
- Host: GitHub
- URL: https://github.com/patrickgdl/handwriting2blog
- Owner: patrickgdl
- Created: 2022-10-31T22:07:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T17:19:25.000Z (over 3 years ago)
- Last Synced: 2025-03-31T03:38:16.633Z (over 1 year ago)
- Topics: blog, editor, handwriting-recognition, nextjs, tailwind
- Language: JavaScript
- Homepage: https://handwriting2blog.vercel.app
- Size: 1.66 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monorepo with Web and API version of handwriting2blog
This is build in Turborepo.
## What's inside?
This Turborepo includes the following packages/apps:
### Apps and Packages
- `api`: an Node.Js [Express](https://expressjs.com/) API
- `web`: a [Next.js](https://nextjs.org) app with [Tailwind CSS](https://tailwindcss.com/)
- `ui`: a shared React component libraries with [Tailwind CSS](https://tailwindcss.com/)
- `eslint-config-custom`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)
- `config`: `Tailwind`s configuration
### Utilities
This Turborepo has some additional tools setup:
- [Tailwind CSS](https://tailwindcss.com/) for styles
- [ESLint](https://eslint.org/) for code linting
- [Prettier](https://prettier.io) for code formatting