📚Book Manager Library

A Collection Of Book Manager Library Using ReactJS & Redux

David

Table Of Contents

Build Setup

  1. Clone repository $ git clone https://github.com/afsori/Book-Manager-Library-With-Redux.git

  2. Install depedencies

# with npm
$ npm install

# or with yarn
$ yarn install

# install Redux
$ npm install --save redux

# install axios
$ npm install axios

# install react-bootstrap
$ npm install react-bootstrap bootstrap
  1. Start Web server
$ npm start

Stacks

  • ReactJS
  • React-bootstrap
  • Redux
  • Axios

Dependencies

  • react-bootstrap - The most popular front-end framework Rebuilt for React.
  • react-router-dom - DOM bindings for React Router.
  • axios - Promise based HTTP client for the browser and node.js
  • Redux - A predictable state container for JavaScript apps.

Aplication Structure

  • index.js - Entry point of our aplication & Define all routes here
  • App.js - this folder for the Home page
  • src/Components - This folder containt files that define all components
  • src/Public - this folder for the Redux configuration

Screenshots

Home

Home

Details

Details


Copyright © 2019 by M. Afsori