Skip to content

poulakidask/meteor-react-sample-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-react

A starter project for React & Meteor.

Meteor-React logo

Installation:

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.

How it Works:

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 )

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published