This app is a simplified version of the Content Management System used by Morning Brew. It was built as part of the interview process.
- CRUD for stories and newsletters
- Index for stories and newsletters
- Rich text editing using React Quill
- Newsletter editor that allows user to choose which stories to include and rearrange the order by draging stories
- CUD actions sync with Lyra external API
- Ruby on Rails (backend)
- PostgreSQL
- React (frontend)
- Redux
- React-Quill (rich text editor)
- Faraday (backend API requests)