Austin Bundy
Austin Bundy
The user should see a default text placeholder whenever they don't have any readings, subscriptions, or subscribers. This text should let the user know they haven't read any articles, followed...
I'd like to transition our frontend design from using custom css to using [Material UI](https://mui.com/) components. This issue will help us track progress on this transition. Here are the current...
Tests
Tests are ~~outdated~~ being updated, but not fully complete. We are using [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/), [Jest](https://jestjs.io/docs/getting-started), and [Enzyme](https://enzymejs.github.io/enzyme/). Follow this issue to track progress. Feel free to leave a comment...
Closes #92 Beginning this branch now, and will merge will complete
This is dependent on a new api endpoint (check status [here](https://github.com/zero-to-mastery/breads-server/issues/63)). Whenever a user pastes a new url to the article form, check the server and return the response. Notify...
Users should see their friend's readings when first logged in and have to navigate to the global readings page
When a user clicks on a tag, all readings with that tag get displayed. Often, a tag will be paired with another, and it would be helpful to display readings...