Skip to content

dreessen-n/neovim_plugin_reviews

Repository files navigation

neovim_plugin_reviews

Coding Dojo Bootcamp 2022 - Personal Project - Neovim Plugin Reviews

This is a review app for reviewing plugins for Neovim.

Users can signup to write reviews on their favorite/worst plugins.

Only the creator of a review will see buttons to edit and delete the review.

Other users can 'like/unlike' or 'comment/uncomment' on the reviews but only once per review.

Once a user has like/comment on a reivew, the button turns red to delete that like/comment.

The plugin heading in the review is linked so user can quickly view the repo on GitHub.

The dashboard is sorted by category first, then alphabetically so users can see reviews of similar plugins.

Dashboard

dashboard

Show a Review

show

Add a Review

new

Edit a Review

edit

***There is also a delete option on the show page. This only shows for users who created the review.