/library

Library Management

Primary LanguageJavaScript

/**
		UI Prototype: 
		---------------------------------------------------------------------------------------------------------
		|	--------																							|
		|	|Search|																							|
		|	--------																							|
		|-------------------------------------------------------------------------------------------------------|
		|	|*|	Serial No. 	|  	ISBN No.		|		Book Name			|	Book Author						|
		|-------------------------------------------------------------------------------------------------------|
		|	|*|	1. 			|  	123456			|	Learn React.js			|	FB 								|
		|-------------------------------------------------------------------------------------------------------|
		|	|*|	2. 			|  	7891011			|	Learn React.js+ Redux 	|	FB , Redux Co 					|
		|-------------------------------------------------------------------------------------------------------|
		|	|*|	3. 			|  	11121314		|   Learn React.js+ Thunk  	|	FB , ReduxCo ,	ThunkCo 		|
		|-------------------------------------------------------------------------------------------------------|
		|	|*|	4. 			|  	14151617		|   Demsityfying React.js 	|	Mike Arthur  			 		|
		|-------------------------------------------------------------------------------------------------------|
		|	|*|	5. 			|  	14151617		|   Demsityfying Redux.js 	|	Micheal and Co  			 	|
		|-------------------------------------------------------------------------------------------------------|
		|	|*|	6. 			|  ---------------  |   ---------------     	|   -----------------     			|
		|					| |Enter Book ISBN| |  |Enter Book Name| 		   |Enter Book Author| 				|
		|					   ---------------      ---------------				------------------				|
		|																					-----------------	|
		|																					| Submit		|	|
		|																					-----------------	|
		|-------------------------------------------------------------------------------------------------------|
		|																										|
		|																										|
		|																										|
		---------------------------------------------------------------------------------------------------------
*/


1) To start the project please use `npm start` command 
2) use http://localhost:9000/library/ to load the project

3) Segregation of components , store, reducer , styles and store.
4) Webpack is used as module loader.
5) State managment is done using redux.
6) Style loader and CSS loader for basic styling.

a) Features covered
	i). Search of books
	ii). List of books
	iii). Addition of books