Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 1.46 KB

File metadata and controls

66 lines (42 loc) · 1.46 KB

📜 Reed

Welcome to Reed – your new social-style tech feed!
Imagine scrolling through the latest tech news, developer blogs, and hacker stories in a TikTok or Instagram Reels-inspired interface. Reed brings you endless swipeable content from sources like Hacker News and top tech blogs, making learning and staying updated as addictive as your favorite short-form video app.


🚀 Features

  • Reel-like Experience: Endless vertical scrolling, curated for techies.
  • Hacker News & Tech Blogs: Fresh stories, tutorials, and insights in one place.
  • Mobile-First UI: Designed for smooth, fast interactions.
  • Open Source: Easily customizable and extendable.

🛠️ Tech Stack

  • Frontend: TypeScript, React, Tailwind css
  • Backend: TypeScript, Bun
  • API Integrations: Hacker News, popular tech blogs

📦 Installation & Getting Started

1. Clone the repository

git clone https://github.com/xeureka/Reed.git
cd Reed

2. Start the Backend

cd backend
bun install
bun run dev

3. Start the Frontend

Open a new terminal tab/window:

cd frontend
npm install
npm run dev

4. Access the App

Visit http://localhost:3000 in your browser and start scrolling!


📚 Contributing

Pull requests, issues, and feature requests are welcome!
Feel free to fork the repo and submit your ideas.


Happy scrolling! 🚀 Stay curious, stay updated.