/news-reader

A news reader app built using Next.js

Primary LanguageTypeScript

news-reader

An news reader application that reads RSS feeds, built using Next.js and Tailwind CSS.

Goals

Experiment with React Server components and Next.js by building a application that hits real APIs (RSS feeds).

Technologies

  • Next.js (with app router and React Server Components)
  • Tailwind CSS

TODO

  • Support for reading an individual RSS feed
  • Basic styling
  • Dockerfile and docker-compose
  • Simple Github build/lint pipeline
  • Ways to debug
  • Storybook
  • Keyboard shortcuts, VIM keybindings
    • Look at examples like Fey app

Getting Started

First, run the development server:

pnpm dev