Mini Blog App

Project Description

This app allows a user to create a blog post. It saves a name, title, content, and has a date selection, where you can select a date from a calender view. The post is then saved to the database. The app has a list view that shows all of the post that have been created. You can select a post, and it will take you to a view page, where you can read the post. All post can be deleted. It uses React components and Redux for state mangemnet, as well as a Rails API on the back-end. I used CSS and React-Bootstrap for all the styling.

Technology Used:

  • React
  • Redux
  • Ruby on Rails as an API
  • React Bootstrap