Skip to content

GBProductions/upvote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upvote

  • Date Created: August 30th 2021
  • Last Updated: August 31st 2021

By Garrett Brown, Shannon Lee


Description

Expand to Read User Stories
  1. As a user, I want to enter content into a form and submit to create a new post.
  2. As a user, I want my new posts to include a timestamp. And I want to see when other listings were posted, too.
  3. As a user, I want to upvote posts I particularly enjoy.
  4. As a user, I want to downvote posts I don't like, or find inappropriate.
  5. As a user, I'd like posts with the most upvotes to appear higher on the page. (We haven't explicitly covered this in our curriculum, but here's a hint: You can complete logic before the return statement of a mapStateToProps() method!)

Setup/Installation Requirements

Required Programs
  1. An internet browser.
  2. Visual Code Studio (or another code editor).
  3. Node.js
Installation of Program and Startup
  1. Open the terminal on your local machine and navigate to "Desktop."
  2. Clone Tap Room with the following git command git clone git
  3. Navigate to the top level of the repository with the command cd
  4. In the CL, type in npm install.
  5. In the CL, type in npm run build.
  6. In the CL, type in npm start.

Known Bugs

There are currently no known bugs.

Support and contact details

For assistance, please contact:

Technologies Used

  1. VSCode, Github
  2. HTML, CSS, JS, MD, JSX
  3. React, Webpack

Licensing


MIT License

Copyright (c) 2021 GARRETT BROWN

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Epicodus: React-Redux. Reddit like program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published