Hgaylor0220 / Sand-Which

React vote message board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sand-Which

Application for vote based descussion form that allows the user to upvote a discussion, November 2019

By **Hailey Gaylor & Devin Cooley **

Flow Chart

FlowChart

Description

This application was built to allow a user to input a message and allow other users vote on the messages. The theme of the board are breakfast sandwhiches because everyone needs a good breakfast sandwhich in their life..

Setup/Installation Requirements

  • Open the terminal and navigate to the desktop.
  • Run the command $ git clone https://github.com/Hgaylor0220/Sand-Which.git.
  • Navigate into the project folder and run the command $ npm init
  • in the command line run $ npm i . This will install required packages.
  • In the command line $ npm run start to view the project.

Using a debugger

  • Debuggers are all set up for this project. If you would like to add addition code to this project using the linter run the command $ eslint -- init.

  • to set the linter configurations follow these steps:

  • ? Are you using ECMAScript 6 features? Yes

  • ? Are you using ES6 modules? Yes

  • ? Where will your code run? Browser

  • ? Do you use CommonJS? No

  • ? Do you use JSX? Yes

  • ? Do you use React? Yes

  • ? What style of indentation do you use? Spaces

  • ? What quotes do you use for strings? Single

  • ? What line endings do you use? Unix (select windows if you are a window user)

  • ? Do you require semicolons? Yes

  • ? What format do you want your config file to be in? JSON

  • To fix linter errors run the command

  • once youve completed these steps your linter is all configured.

  • to fix linter errors run the command $ eslint --fix. You can target a folder if you wish by $ eslint src/** src// --fix

Known Bugs

None

Support and contact details

For Questions comments or concerns please mail santa.. he is quite busy this time of year but he will return your message.

Technologies Used

CSS, React, Javascript, NPM packaged, Webpack, Babel, Eslint.

License

Open source

Copyright (c) 2019 Hailey Gaylor & Devin Cooley

About

React vote message board


Languages

Language:JavaScript 91.9%Language:HTML 8.1%