Giter VIP home page Giter VIP logo

redux-blog-example's Introduction

Redux Blog Example

Average time to resolve an issue Percentage of issues still open Travis

Full-featured example of publishing platform built with React, Redux, React Router, Babel and Webpack.

Some features:

Running

npm install

Production

make # build assets and server
npm start # start the server

Open http://localhost:3000/ in the browser.

Development

make dev # start development server with hot reloading

It will automatically open your default browser with project loaded.

Note: You will notice some latency between the moment it open the browser and really load the page. It's okay.

You can

while unauthorized

  • View list of published posts
  • View single post
  • Log in with hardcoded credentials
  • Be redirected from protected routes

while authorized

  • view /dashboard with unpublished posts
  • edit and unpublish any post
  • edit your firstname and lastname in /profile

How it works

All data stored in API implemented with jsonServer. There're pre-populated users and posts entities. This implementation is example-only and you can easily drop-in your own backend solution. We aim just to show the direction.

TODO

  • comments
  • pagination
  • tests

redux-blog-example's People

Contributors

faergeek avatar olegakbarov avatar

Watchers

dieface 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.