simple crud app, using and API
This application uses the next libraries and packages to work properly
- ReactJS A JavaScript library for building user interfaces
- Redux A predictable state container for JavaScript apps.
- Axios Promise based HTTP client for the browser and node.js
- Thunk Define React functional stateless components as thunks
- ImmutableJs Persistent Immutable data structures
- Redux-Immutable.js Create an equivalent function of Redux combineReducers that works with Immutable.js state.
- Redux Form The best way to manage your form state in Redux.
- JSONPlaceholder Fake Online REST API for Testing and Prototyping
Download from the repository here, or use the git command to clone it:
$ git clone https://github.com/jhudaz/sgvial.git
have installed NodeJs , Yarn, and a text editor
Install the dependencies.
$ cd sgvial
$ yarn install
Development environment, the app is running in the port 3000 by default
$ yarn start
this will display the app on the browser
MIT