Skip to content

GitHub repository review app built with Ruby on Rails and React.

Notifications You must be signed in to change notification settings

Marcusboyd33/reporev

Repository files navigation

RepoRev

Codeship Status for drewandre/reporev

Coverage Status

Reporev is a GitHub repository review app built wit Ruby on Rails and React. This was created because GitHub does not allow users to review a repository. Reviews may be voted on by many users. Users can also leave comments under reviews.

RepoRev Website

Contributors

Download instructions:

git clone https://github.com/drewandre/reporev.git
rake db:create
rake db:migrate
rails s
./bin/webpacker-dev-server
https://localhost:3000/

Features

  • Users may search for an existing GitHub repository
  • Each user can add 1 review per repository
  • A review consist of a body and a rating from 1-5
  • Users can vote on each review
  • Users can add multiple comments to each review
  • Users can see a profile page for each user
  • Each profile page shows a users Name, their followers, who they are following, a bio, and an avatar picture

Technologies

  • User Functionality made with Devise
  • User information imported from GitHub using Omni Auth
  • Model testing with Rspec
  • Feature testing with enzyme
  • Styling framework with foundation and CSS
  • Deployment on Heroku

About

GitHub repository review app built with Ruby on Rails and React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published