Giter Site home page Giter Site logo

redux-counter-app's Introduction

Redux Counter App

We’re going to take an incremental approach, starting with a plain React app with component state, adding parts of Redux piece-by-piece.

Getting Started

Fork and Clone this Repo to your local computer

Prerequisites

Must have Node installed version 8.13.0 or higher
Must Have NPM installed version 6.4.1 or higher 
Must have redux installed version 4.0.5 or higher
Must have react-redux installed version 7.2.0 or higher

Installing

In your terminal run npm install 
to install all the dependencies locally to your desktop

Deployment

This App is deployed to Heroku

In the terminal do the following:

Step 1: brew tap heroku/brew && brew install heroku - only do this if you dont have Herouku installed to your Mac

Step 2: Heroku Login - connects you to Heroku's CLI (Command Line)

Step 3: git remote - v (To check the remotes connected to your application, for ex:

heroku  https://git.heroku.com/redux-incrementingr-app.git (fetch)
heroku  https://git.heroku.com/redux-incrementingr-app.git (push)
origin  https://github.com/niecey0123/Redux-Counter-App.git (fetch)
origin  https://github.com/niecey0123/Redux-Counter-App.git (push)

)
Step 4: git add . (selects the changes that will be staged for the next commit, in this case targets all my files in my project)

Step 5: git commit -m 'heroku deployment'  (creates a snapshot of the staged changes)

Step 6: git push heroku master (pushes your appliction and deploys it to the Heroku platform)

Built With

Author

  • Shaniece Crumpler - Initial work - Niecey

Deployed Link

https://redux-incrementingr-app.herokuapp.com/

redux-counter-app's People

Contributors

niecey0123 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.