Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 638 Bytes

File metadata and controls

17 lines (11 loc) · 638 Bytes

Overview

The object of this project is to simplify building applications with React/Redux by integrating principles of finite state models (FSM). This project contains code that allows a user to create and control multiple countdown timers. The state model of a countdown timer is used to drive the design of the React/Redux code.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.