A simple blog post app with a Ruby on Rails backend and a frontend in React.js and Redux. All work for this project was done in the frontend folder in React and Redux. The Rails backend was provided.
This app allows users to view, create, edit, and delete posts. There are three different pages:
- an index page, showing:
- a list of posts; each with:
- that post's title
- a link to that post's show page
- a link to that post's edit page
- a button to delete that post
- a form to create new posts
- a list of posts; each with:
- a show page, showing one post
- display that post's
title
andbody
- display that post's
- an edit page, allowing a user to edit a post's
title
andbody