Micro Blog

A simple web app for blogs. No user accounts required, so it can be tried out right away.

Visit the page

A blog post a few comments

Features

  • Create, view, edit, & delete blogs.

  • Create, view, & delete comments on blogs.

Technologies Used

  • React (JavaScript)

    • React Redux

      • Redux Thunk
    • React Router

  • Axios

  • CSS

Setup & Running

This app was created by Create React App.

  1. Clone this repository

    git clone <link> <location>
    
  2. Install the NPM dependencies.

    npm i
  3. Use the NPM scripts

    • Running in development mode

      npm run start
    • Create production build

      npm run build