https://github.com/rocktimsaikia/hackernews-redesign
minimal hacker news client built with Next.js and TailwindCSS
https://github.com/rocktimsaikia/hackernews-redesign
hacker-news hackernews hackernews-api hackernews-client hackernews-clone hackernews-redesign
Last synced: 12 months ago
JSON representation
minimal hacker news client built with Next.js and TailwindCSS
- Host: GitHub
- URL: https://github.com/rocktimsaikia/hackernews-redesign
- Owner: rocktimsaikia
- License: mit
- Created: 2019-06-24T05:38:00.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T08:12:51.000Z (over 2 years ago)
- Last Synced: 2024-11-26T21:55:08.457Z (over 1 year ago)
- Topics: hacker-news, hackernews, hackernews-api, hackernews-client, hackernews-clone, hackernews-redesign
- Language: JavaScript
- Homepage: https://hn-redesign.vercel.app
- Size: 781 KB
- Stars: 89
- Watchers: 2
- Forks: 22
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## :rocket: Hackernews Redesign v2 
> A minimal looking hackernews client built with Next.js and TailwindCSS.
> This is v2 of the [**original redesign**](https://github.com/RocktimSaikia/hacker-news-redesign/tree/master) that I did 2 years ago.
## :sparkles: Techstack
- [**Next.js**](https://nextjs.org/) - Framework
- [**TailwindCSS**](https://tailwindcss.com/) - Styling
- [**Framer motion**](https://www.framer.com/) - Animation
- [**SWR**](https://swr.vercel.app/) - Data fetching
## :zap: About
I originally did a HN redesign 2 years ago ([**Hackernews Redesign v1**](https://github.com/RocktimSaikia/hacker-news-redesign/tree/master)) which was my first react project. But recently I thought of redesigning the same application with Next.js. So I did. .
I am not using the official HN API because it is very poorly designed which makes it very slow and not practical. I built a [**custom HN api**](https://hn-apiv0.herokuapp.com/) only for this application. And to get the comments of a post, I am using [**Algolia's hn API**](https://hn.algolia.com/api).
## Support
You can support me and my work right here :
## License
MIT 2021 © [Rocktim Saikia](https://rocktimsaikia.now.sh)