/ensf-607-assignment-5

An assignment on counter app using React

Primary LanguageJavaScript

ENSF-607 Assignment 5

An assignment on creating a simple counter app using ReactJS. Check it online at https://bg-react-counter-app.netlify.app.

How to build and run

  1. Clone the repository on your machine, or download the zip file

  2. Install the dependencies

    $ npm install
  3. Run the development build

    $ npm start