Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nexxeln/hackernews
Hacker News clone made with SolidStart and tRPC
https://github.com/nexxeln/hackernews
planetscale prisma solid-start solidjs t3-stack trpc unocss vercel
Last synced: 3 months ago
JSON representation
Hacker News clone made with SolidStart and tRPC
- Host: GitHub
- URL: https://github.com/nexxeln/hackernews
- Owner: nexxeln
- License: mit
- Created: 2022-11-20T09:36:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T19:51:29.000Z (about 2 years ago)
- Last Synced: 2024-09-27T12:42:18.602Z (4 months ago)
- Topics: planetscale, prisma, solid-start, solidjs, t3-stack, trpc, unocss, vercel
- Language: TypeScript
- Homepage: https://hn.nxl.sh
- Size: 328 KB
- Stars: 47
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Overview
A simple [Hacker News](https://news.ycombinator.com/) clone built using [SolidStart](https://start.solidjs.com), [UnoCSS](https://uno.antfu.me), [tRPC](https://trpc.io), [Solid Auth](https://github.com/OrJDev/solid-auth), [Prisma](https://prisma.io), [PlanetScale](https://planetscale.com), bootstrapped using [create-jd-app](https://github.com/OrJDev/create-jd-app) and hosted on [Vercel](https://vercel.com).
This is mostly a learning project to try out SolidStart and tRPC together.
## Features
- [x] Authentication
- [x] Nested comments
- [ ] Better error handling
- [ ] Upvote/Downvote
- [ ] Pagination
- [ ] Optimize queries
- [ ] Search
- [ ] Meta tags
- [ ] Deploy on the edge## Credits
Huge shoutout to [OrJDev](https://github.com/OrJDev) for making the SolidJS ecosystem better with his amazing libraries and putting up with my issues.