The Project was an exercise in replicating the recursive comment system found on reddit. You are able to create, edit and delete comments both at the top level and on the post itself as well as on individual comments.
Given more time the next steps I would take are as follows:
- Refactor / Reuse of similar logic found in reply, edit, and submit sections.
- Implementation of upvote / down vote behavior with automatic re-sorting.
- Implementation of better random id generator.
- Post lock / unlock functionality
- Further Styling.
npm install
npm run serve
npm run build
npm run test
npm run lint