Skip to content

nickdaniele/reddit-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reddit-clone

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.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Reddit Style Post with Recursive Comments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published