A starter project for React & Meteor.
Download the code
git clone https://github.com/poulakidask/meteor-react-sample-code
Install the dependencies
npm install
Start the project
meteor
Open a browser and enjoy
http://localhost:3000/
If the DataBase is empty it will create some sample data. You can disable that by deleting the fixtures.js file.
Step 1 Create Employees
Step 2 Create Tasks
Step 3 Assign Tasks to Employees
Step 4 Mark the Tasks as finished and see which employee is the most productive.
( Each employee gets 1 point for every completed task and the name becomes larger in the wordcloud )
