Skip to content

A web application built in React with a Reddit-style vote buttons for users to submit and vote on dating app opening lines. Utilizes Redux to integrate Firebase and Firestore database.

Notifications You must be signed in to change notification settings

shanole/upvote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swipe Upvote

  • Date Created: August 30th 2021
  • Last Updated: September 19th 2021

By Jesse Callahan, Karlson Drendel, Shannon Lee, Faisal Rana


Description

A web application built in React with a Reddit-style vote buttons for users to submit and vote on dating app opening lines. Utilizes Redux to integrate Firebase and Firestore database.

TO DO: Authentication/authorization with Firebase

Screenshot

screenshot

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.

Setup/Installation Requirements

Setup requirements
Installation of Program and Startup
  • Clone this repository to your machine $ git clone https://github.com/shanole/upvote
  • In the terminal, navigate to the top level of this directory upvote/
  • Recreate project environment and install required dependencies $ npm install
  • Open project in a development server on your web browser $ npm start to open it on http://localhost:3000

Known Bugs

There are currently no known bugs.

Support and contact details

For assistance, please contact:

Technologies Used

  • React.js
  • JavaScript
  • Redux
  • Firebase & Firestore
  • npm
  • JSX
  • CSS

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

A web application built in React with a Reddit-style vote buttons for users to submit and vote on dating app opening lines. Utilizes Redux to integrate Firebase and Firestore database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.4%
  • CSS 4.6%
  • HTML 2.0%