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

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

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.