andremartingo / react-mvp-blog

MVP Blog made with React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Redux Blog

React MVP Blog. Use an API for backend requests.

This was one project from Udemy React Course.

Demo : http://react-mvp-blog.andremartingo.gq

Mocks

Buzzwords

  • React
  • React Router
  • Axios
  • Redux
  • Webpack
  • ES6

Folder Structure

react-blog/
  README.md
  node_modules/
  package.json
  public/
    index.html
    favicon.ico
  src/
    actions/
      index.js
    components/
      posts_index.js
      posts_new.js
      posts_show.js
    reducers/
      index.js
      reducer_posts.js
    App.css
    App.js
    App.test.js
    index.css
    index.js
    logo.svg

Instalation

$ git clone git@github.com:andremartingo/react-mvp-blog.git
$ cd react-mvp-blog
$ npm install

Usage

$ npm start
$ open browser and go to: localhost:8080

About

MVP Blog made with React


Languages

Language:JavaScript 86.2%Language:HTML 12.7%Language:CSS 1.1%