BnSalahFahmi / book-store

Simple CRUD web app built with facebook's React (ReactJS) and Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactJS Book Store

The idea is to demonstrate how to to build a CRUD application with facebook's ReactJS and Redux.

Preview

Preview

Prerequisite

  • Nodejs v6+
  • yarnpkg (optional)

Getting Started

  1. Clone the project from git (git clone https://github.com/BnSalahFahmi/book-store.git).
  2. Go to 'book-store' directory.
  3. Run yarn install or npm install.
  4. Run yarn start or npm start.

Open http://localhost:3000

Libraries used

  • ReactJS
  • Redux
  • create-react-app
  • React Router 4
  • Bootstrap 4
  • redux-form
  • React Boostrap Table
  • react-toastify
  • lodash
  • react-fontawesome

Contributors

@author: 'Fahmi BEN SALAH < fahmii.bensalah@gmail.com >'

Contributing

If you like the project, shoot a 🌟 and feel free to fork & send PR anytime.

About

Simple CRUD web app built with facebook's React (ReactJS) and Redux


Languages

Language:JavaScript 86.6%Language:CSS 10.8%Language:HTML 2.6%