Skip to content

janneleppanen/feedst

Repository files navigation


Feedst

Feedst provides a delightful way to manage all your RSS feeds in a one place.


License: MIT

🛠 Built with

React for rendering UIs
Redux for managing state
React Router for routes
Tailwind.css for styling
React testing library and Jest for testing
TypeScript for static typing
Netlify functions for parsing feeds

⚙️ Setup

After cloning the repository run yarn install to install dependecies.

Run yarn run bootstrap to create a .env.local file.

👨‍💻 Development

Run yarn start and browse to http://localhost:8888.

🧪 Testing

Run yarn test to run tests once.
Run yarn test:watch to run tests in a watch mode.
Run yarn test:coverage to see a test coverage.