jonstump / not-reddit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not Reddit

By Mekinsie Callahan & Jon Stump


This project was created solely for the education of the author(s) and is not in a complete or portfolio-ready state. It should not be considered representative of professional work.

Description

The purpose of this application is to practice using Redux with React. Users can create, edit and delete posts while also upvoting and downvoting other posts. This application uses Reddit as a template.


Technologies used

  • React
  • Redux
  • npm
  • babel
  • JSX
  • CSS

Component Diagram

component diagram


Software Requirements

  • npm is required to run this application

Install npm here


Installation Instructions

  1. Navigate to the desired directory where you would like to clone the project.

  2. Once you have chosen your desired directory, clone the github repo using the version control tool git (download instructions). Type the following command into your terminal:

$ git clone https://github.com/mekinsie/not-reddit
  1. Open the project in VSCode by typing the following in your terminal:
$ code .

Note: VSCode is a code editing software. If you don't already have it, you can download it here

  1. To start a local server, type the following into your terminal:
$ npm start
  1. Open your default browser and type "localhost:3000" into the search bar and press enter. Here, you will see the live server.

License

GPLv3
Mekinsie Callahan © 2021
Jon Stump © 2021


Contact Information

Reach Mekinsie via LinkedIn or email.
Reach Jon via LinkedIn or email.

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 84.4%Language:HTML 9.0%Language:CSS 6.6%