Skip to content

chrisdettloff/deeL

Repository files navigation

deeL

A minimalist RSS feed reader with a clean interface and dark mode support. deeL Logo

Features

  • Add and manage RSS feeds
  • Clean, responsive interface
  • Dark/Light theme toggle
  • Auto-refresh feeds
  • Mobile-friendly design

Setup

  1. Clone the repository:
git clone https://github.com/yourusername/deeL.git
cd deeL
  1. Install dependencies and build:
go mod tidy
make build
  1. Run the application:
make run

The application will be available at http://localhost:8080 by default.

Project Structure

├── cmd
│   └── server         # Entry point for the application
├── internal
│   ├── database       # Database operations
│   ├── feeds          # Feed processing and management
│   ├── handlers       # HTTP handlers
│   ├── models         # Data structures
│   └── utils          # Utility functions
├── static             # Static assets (CSS, JS, images)
└── templates          # HTML templates

Usage

  • Click "Add a new RSS feed" to add RSS feed URLs
  • Use the theme toggle in the top right to switch between light and dark modes
  • Click "Refresh All Feeds" to update your feed content
  • Click the hamburger menu on mobile to show/hide the sidebar

License

MIT License

About

RSS feed aggrigator with a modern look.

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •