zarcode / employeeSchedule

React/Redux app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

React/Redux app


Languages

Language:JavaScript 96.5%Language:HTML 2.1%Language:CSS 1.5%