Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 579 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 579 Bytes

posts_crud-reactjs

Getting started

clone repository, install dependencies and run development server

> git clone https://github.com/estebanx64/posts_crud-reactjs.git
> cd posts_crud-reactjs
> npm install
> npm start

Open web browser and navigate at http://localhost:3000

Features

  • API where save posts http://reduxblog.herokuapp.com/
  • Consuming services with axios and Redux Promise
  • Manage application state with Redux
  • Manage form components with redux-form
  • Manage validate form with redux-form
  • Navigate inside the application with react-router