matiaslgh / reactnd-readable

Final assessment project for Udacity's React & Redux course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readable: A content and comment app

Final assessment project for Udacity's React & Redux course (see more)

Project Overview

This app allows you to create posts and comment them. Then, you can filter them by category, edit them, delete them and sort them

Install and Start

  • Install and start the API server (This server was cloned from (link))
    • cd api-server
    • npm install
    • node server
  • In another terminal window:
    • cd frontend
    • npm install
    • npm start

About

Final assessment project for Udacity's React & Redux course


Languages

Language:JavaScript 94.7%Language:CSS 2.9%Language:HTML 2.4%