The application will allow users to view and search posts and comments provided by the Reddit API.
Run npm start
in the project root and the app will be available on port 3000.
The app's state is totally normalized, with slices for categories, subreddits, and topics.
/edit-categories
– form to edit a new list of
categories/categories
- index of all categories/categories/:categoryId
- page for an individual category/search-subreddit
- search a subreddit from the category list/subreddits
- index of all subreddits/subreddits/:subredditId
- page for an individual subreddit