nishitmehta1 / reactjs-redux-blogPost

Blog post WebApp using React-Redux where the user can add the post.

Home Page:https://nishitmehta1.github.io/reactjs-redux-blogPost/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Try now:

Link: https://nishitmehta1.github.io/reactjs-redux-blogPost/

You can add a new post by submitting a title and body of the post

Frameworks and Technologies Used:

  • Reactjs
  • Redux
  • NPM
  • HTML, CSS

What I learnt from this:

  • Connecting Redux store to App using connect
  • The Significance of
  • Use inbuilt react functions such as componentWillMount and componentDidMount
  • Creating new actions
  • The use of mapStateToProps function
  • Creating Reducers and returing states thorugh it

To run locally

  • Download/Pull the master branch
  • Redirect terminal to the project folder
  • Type 'npm start' and hit enter

About

Blog post WebApp using React-Redux where the user can add the post.

https://nishitmehta1.github.io/reactjs-redux-blogPost/


Languages

Language:JavaScript 79.6%Language:HTML 13.2%Language:CSS 7.3%