fabasoad / indecision-app

Put your life in the hands of computer :computer: React, Webpack, SCSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indecision app

⚠️ This project is archived and no longer supported. Associated Heroku deployment has been removed.

CI Security Tests YAML Lint Total alerts Language grade: JavaScript Maintainability Known Vulnerabilities GitHub repo size

Description

Indecision app that is developed in scope of Udemy The Complete React Developer Course (w/ Hooks and Redux) course.

Technologies

  1. React
  2. Webpack
  3. Babel
  4. SCSS

How to run app locally

git clone git@github.com:fabasoad/indecision-app.git
cd indecision-app
yarn install
yarn run start:dev

Go to http://localhost:8080/ and be sure that app is running.

How to deploy to Heroku

  • Install Heroku CLI.
  • Run the following commands:
git clone git@github.com:fabasoad/indecision-app.git
cd indecision-app
heroku login
git remote add heroku https://git.heroku.com/fabasoad-indecision.git
git push heroku master

About

Put your life in the hands of computer :computer: React, Webpack, SCSS


Languages

Language:JavaScript 65.0%Language:SCSS 29.2%Language:HTML 3.4%Language:Shell 2.4%