https://github.com/jimmy-guzman/noticias
Hacker News Clones
https://github.com/jimmy-guzman/noticias
daisyui hackernews lefthook nextjs react tailwindcss turborepo
Last synced: 4 months ago
JSON representation
Hacker News Clones
- Host: GitHub
- URL: https://github.com/jimmy-guzman/noticias
- Owner: jimmy-guzman
- Created: 2023-04-06T23:06:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T05:33:05.000Z (7 months ago)
- Last Synced: 2025-01-04T00:32:09.431Z (6 months ago)
- Topics: daisyui, hackernews, lefthook, nextjs, react, tailwindcss, turborepo
- Language: TypeScript
- Homepage: https://noticias-livid-six.vercel.app
- Size: 294 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🗞️ noticias
> a [Turborepo](https://turbo.build/repo) of [Hacker News](https://news.ycombinator.com) clones.
## apps
- [next.js](./apps/next.js/README.md): a [Next.js](https://nextjs.org) implementation.
## libs
- [@noticias/hn](./libs/hn/README.md): a wrapper on top of the [Hacker News API](https://github.com/HackerNews/API?tab=readme-ov-file#hacker-news-api).
- [@noticias/ui](./libs/ui/README.md): shareable [React](https://react.dev) UI components.
- [TanStack Table](https://tanstack.com/table/latest)## configs
- [@noticias/tailwind-config](./configs/tailwind-config/README.md): a shareable [Tailwind CSS](https://tailwindcss.com/) config.
- [daisyUI](https://daisyui.com)
- [tailwind typography](https://tailwindcss-typography.vercel.app)
- [@noticias/ts-config](./configs/ts-config/README.md): a shareable [TypeScript](https://www.typescriptlang.org/) configs.