This is a personal project that serves as a curated archive of valuable frontend development resources.
Built with Next.js and Tailwind CSS, this application is designed to organize and share links to useful documentation, tools, UI kits, articles, and more.
🚀 “Don't store knowledge — share it so it grows.” – Yılmaz Keskin
In the fast-evolving frontend world, new tools and documentation appear every day.
This project helps me organize what I find useful while also allowing others to benefit from high-quality resources.
| Technology | Description |
|---|---|
| Next.js | React-based framework for SSR & routing |
| Tailwind CSS | Utility-first CSS framework for modern UIs |
| React | Component-based UI library |
You can add a screenshot like this:
git clone https://github.com/YOUR_USERNAME/frontend-resource-hub.git
cd frontend-resource-hub
npm install
cd src
npm run dev