Skip to content

wanhongfu/p2p-book-library-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p2p-book-library-frontend

A demo application for playing with ES6 + ReactJS + Redux

The backend is based on Springboot app p2p-book-library-backend project which is duplicated from example module 'boot-api' of SpringSide4.

How to run (please ensure node and npm installed first)

  1. run p2p-book-library-backend
  2. git clone https://github.com/wanhongfu/p2p-book-library-frontend.git
  3. go to p2p-book-library-frontend folder, run "npm install"
  4. run "npm start"
  5. access localhost:3000 from browser

TODO list

  1. Integrate React Route (done)
  2. Integrate Redux (done)
  3. Data list with pagination & sortable support OR integrate react-list (in progress)
  4. Authentication (done)
  5. Integrate redux-form & redux-form-validation
  6. i18n
  7. Full CRUD demo (in progress)
  8. Unit test
  9. redux-form integration (done)

About

Demo application to play with ReactJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published