/employeeSchedule

React/Redux app

Primary LanguageJavaScript

Description

A very small React app that shows one way of using Redux and some related libraries.

Try it out:

https://zarcode.github.io/employeeSchedule/

How to run localy:

Download or clone master branch. Inside of the project directory run:

npm install
npm start

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

Where is data coming from?

From firebase database, that is used as REST API. Check https://github.com/zarcode/employeeSchedule/blob/master/src/dummy.json for more details on how data is structured.