A minimal application that combines MobX with React. Supports ES6 and JSX compilation through babel.
- Features of the app
- List of Posts
- Show A Post
- Add New Post
- Header
- Navigation on Header
- Footer
- Accessibility on home page
Technology stack
- React
- Mobx
- Webpack for bundling
- axios for API requests
- loadash for handling state objects
- bootstrap for css styling
npm install
npm start
open http://localhost:4040
@Author Vijay Dadhich [email protected]