Skip to content

Task List using ReactJs + Flux and MongoDB to store the tasks

Notifications You must be signed in to change notification settings

bacharakis/task-list-react-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task List

Task List using ReactJs + Flux and MongoDB to store the tasks

Praticing React with the Flux architecture

Screenshot

Config

You will need a mLab account to get the API Key to store the tasks, you can enter here: mLab and get the key in the user page.

Install

$ npm install

Usage

$ gulp
run dist/index.html

Known Problem

After inserting a task there's an error, the task listing is from the local array of tasks and it's not coming from the API, what results in an error when you try to make an action (mark the task as done or delete it) to the tasks you inserted without refreshing the page. After refreshing, the tasks come from the API and there're no more errors.

About

Task List using ReactJs + Flux and MongoDB to store the tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.1%
  • CSS 28.9%
  • HTML 3.0%