Git Product home page Git Product logo

reactnd-readable's Introduction

Readable Project

This is a(nother) project for Udacity's React Fundamentals course.

It is a React application that is using Redux for state management and the purpose of it is to show understanding of redux...

It allows user to browse posts in categories, submit posts and comments and vote on it.

Setting it up:

Backend server

  1. `git clone https://github.com/udacity/reactnd-project-readable-starter
  2. Install dependencies: npm install
  3. Start backend server: npm start

Set up frontend server

  1. Git clone my repo: git clone https://github.com/whiteadi/reactnd-readable.git
  2. Install dependencies: npm install
  3. Start frontend server: npm start

Extra than udacity training used packages / modules / techniques

  1. Ducks: https://github.com/erikras/ducks-modular-redux - all redux specific stuff bundled together
  2. bindActionCreators from redux to pass an action creator directly to a component in order to be able to invoke the actions from a component
  3. combineReducers from redux (combineReducers helper function turns an object whose values are different reducing functions into a single reducing function you can pass to createStore)
  4. FontIcon from material-ui's components http://www.material-ui.com/ react + Google'' material design
  5. redux-form for managing form state in Redux https://redux-form.com/
  6. Lodash cool features to work easier ;) https://lodash.com/
  7. confirm modal dialog for deleting stuff https://github.com/gregthebusker/react-confirm-bootstrap
  8. uuid - generate unique ids https://www.npmjs.com/package/uuid

Tried different ways to do same thing just to play with it, for example getting the props and actions to a component.

###Inspiration### Because I have no css skills: https://github.com/jansvigar/reactnd-project-readable

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.