Skip to content

This is a small React-Redux app, built for the purpose of learning async actions with Redux

Notifications You must be signed in to change notification settings

CrisGarciaM/blog-post-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Blog Post App 👋

This is a small mock-up app build with React.JS and Redux, where a small list of blog posts are fetch and display on the screen along with the user who posted them. The data is fetch using axios and then is dispatch to the components using Redux thunk.

Install and run 🚀

In order to run this project, just copy the repository, open in your code editor and run the following command so dependencies are install correctly.

npm install

To render this app in a browser, just open a terminal and run the following command.

npm start

Usage

This project was built for the purpose of practicing async fetch request, and Redux.

Tecnologies Used 🔩

  • Javascript
  • REACT.JS
  • Axios
  • JsonPlaceholder API
  • Semantic UI CSS
  • Redux
  • Redux-thunk
  • Lodash

Author

👤 **Cris Garcia **

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

This is a small React-Redux app, built for the purpose of learning async actions with Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published