Skip to content

renanlopescoder/mobx-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MobX React

MobX React logo

  • Front End with React, MobX and mobx-state-tree

Back End

  • Rest API with Node Express and MongoDB
  • Cloud with Heroku and mLab
Rest API URL Rest API Code
https://rest-api-node.herokuapp.com https://github.com/renanlopescoder/rest-api-node

Install and Running

  1. Download or clone the project
  2. Access the project folder cd mobx-react
  3. npm install
  4. npm start

Code Style Pattern

Airbnb React: https://github.com/airbnb/javascript/tree/master/react

Project Architecture

MobX Stores
  • actions - Actions manipulate shared state and connect api and models of the store
  • models - Models require data type format
Requests
  • Http request to handle with AJAX requests
Shared
  • Default styles shared of the project
Helpers
  • Shared logics to use in the project