A web app that lets users view and save articles, as well as leave comments and delete comments on the latest news (thanks to Mongoose and Cheerio).
App is live here!
Future updates
- Warnings when deleting saved article or a comment
- Make it so comments can't be empty strings (when adding a comment)
- Show how many comments an article has on the saved-articles page
- Implement the "User" collection to allow comments to belong to users
- Display the User that made a comment
- Parallel #4/#5 with saved-articles