This is an example project that displays comments. You can do the following:
- Add a comment
- 'Like' a comment
- Delete a comment
- Sort comments based on date added or likes
- Calculate and display the elapsed time since date posted
- Assign a random name and avatar (emoji) for each comment added
This project was made with MongoDB, Express.js, Angular 6, and Node.js. It has a Front-End web client and Back-End server for fetching comments from an externally hosted MongoDB.
Please check the ReadMe's in each app folder for deployment and further details.