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

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

Awesome Lists containing this project

README

          

## :rocket: Hackernews Redesign v2 ![Vercel](https://vercelbadge.vercel.app/api/rocktimsaikia/hackernews-redesign)

> 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.




Hacker News Clone Demo



## :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)