Skip to content

fedgut/Bookstore-CMS

Repository files navigation

A bookstore CMS app made with React

Built With:

  • Javascript
  • React
  • Redux

Authors

Live Version

Run it

In the command line run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Using the App

  • Filter books by category (Top-Center)
  • Remove a book (Remove Button in the left)
  • Add new books (Bottom form)

TODOs

Implement comments, edition, progress tracking, author. Increase test coverage.

Test Reducers

Run npm test -a

Linted with Eslint and Stylelint