owenhallgren / stretch-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pear - A Github PR Review Solution

A Front-End Project by Jeff Shepherd, Owen Hallgren, and Josh Aragon

Overview

Pear is a Turing School of Software and Design Module 3 project. In this project, we are tasked with creating an application of our choosing, using a new technology that we have never used before. We are given full autonomy otherwise, but must complete the minimum viable product (MVP) in 9 days.

Given our interests in back-end technologies, our group decided to create a ReSTful API using Express, Knex, and postgreSQL. We also leveraged the sendGrid library for automated email notifications on the back-end. On the front-end, we used the React framework, as well as React Router for multi-page navigation, and reactjs-pop library for modal popups. Our team also followed test-driven development (TDD) using Cypress for end-to-end testing.

We wanted to solve the problem of junior/inexperienced devs not having a more experienced developer to reach out to, for code reviews. To solve this issue we wanted a community driven application where senior devs can offer a helping hand for review requests. Upon selecting a review it will be added to their personal dashboard where they can see all of their current accepted reviews. Both sides will be given contact information, and are encouraged to reach out and get in touch. When a review is accepted, completed, or canceled the requestor will be notified by email. A reviewer can also fill out their own review requests, as we believe no matter how much experience you have, you're never done learning.

Planning Resources

Installation Instructions

  1. Install and start the backend here
  2. $ npm i
  3. $ npm start

If you see Compiled successfully! in your terminal, the application is running and the app can be viewed at http://localhost:3000/ in your browser.

Learning Goals

  • Learn about backend
  • Solidify React skills
  • Solidify router skills

Technologies

react

react router

js

node.js

html

css

postgresql

Cypress

Features

Application Demo

![app demo](# Pear - A Github PR Review Solution)

About


Languages

Language:JavaScript 80.6%Language:CSS 15.3%Language:HTML 4.1%