A curated platform for discovering developer and design tools with search, filtering, likes, and an nishul panel.
- Browse 30+ curated tools across categories (Development, Design, AI, Productivity)
- Real-time search and category filtering
- Like and save favorite tools (persists in localStorage)
- Password-protected nishul panel for managing tools
- Dark/light mode with responsive design
# Clone and install
git clone https://github.com/NishulDhakar/toolscrolling.git
cd toolscrolling
npm install
# Run development server
npm run dev- Next.js 16 (App Router)
- TypeScript
- Tailwind CSS v4
- Motion (animations)
- localStorage (data persistence)
src/
├── app/ # Pages (landing, feed, saves, nishul)
├── components/ # UI components
├── data/ # Static tool data
└── lib/ # Services (auth, likes, tools)
Made by Nishul Dhakar
