Giter VIP home page Giter VIP logo

publisher_redux's Introduction

Publisher Redux

Educational Application with React and Redux tech stack. In this app you can manage content of books, add chapters to books, add subsections to chapters and see current progress updates in common Statistic component. As well you can apply filters to see completed/uncompleted subsections and chapters. As well undo/redo opportunity added to interface for users convenience.

Development

Clone this repository to your local computer and install all dependencies according to package.json:

  npm install --save-dev @tailwindcss/ui autoprefixer postcss-cli react react-dom react-redux react-scripts redux tailwindcss uuid-random
  yarn add -D cypress msw gatsby-plugin-postcss

Build your css:

  npm run build

To run webpack dev server run this command:

  npm run start

Now you can go to localhost:8080 and see the application. Hot reloaded has been realized here, so you don't have to restart your server every time you have implemented some changes.

Documentation

Documentation is composed with docz tool. To see it you may run:

  yarn docz:dev

And go to localhost:3000 (in demonstrations and educational purposes there were described only couple of components)

Testing

Run unit tests:

  npm run test

To run E2E tests:

  1. Run server in one terminal window:
  npm run start
  1. In separate terminal window:
  yarn run cypress open

In opened cypress window click Run integration tests button In opened Chrome window you may observe E2E testing process and its results.

Feedback

If you want to give a feedback, feel free to email me: [email protected]

publisher_redux's People

Contributors

ruvaleev avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.