AnudeepGI / mobxreact

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple TODO App - Mobx and React

Simple Todo app to understand Mobx and react concepts, like @obeserver, @computation,
@action using react functional compoments

Installing

1. git clone https://github.com/AnudeepGI/mobxreact.git && cd mobxreact
2. npm install
3. npm start

Run test cases

1. npm test

Directory layout

├── Components              # All components are kept in this folder 
├── Models                  # All data are specified in this folder which is used by store, it will have different models for different datas
├── Srvices                 # 
└── Store                   # All data and databusiness logic will handle. 

About


Languages

Language:JavaScript 97.6%Language:HTML 2.4%