Amritesh / readable

Project as a part of Udacity Nanodegree Course on React Redux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Overview

Readable is a dynamic social web application using the state management features of Redux and React. Users are able to post content to predefined categories, comment on their posts and other users' posts, and vote on posts and comments, as well as to edit and delete posts and comments.

Getting Started

  1. This app requires npm to build, if Node and npm are not installed on your device, you should install it first. More info can be found here
  2. Clone git repo
  3. cd into frontend directory and run npm install
  4. cd into api-server directory, and run server with npm start
  5. cd into frontend directory and run local host with npm start. This will open app in http://localhost:3000

About

Project as a part of Udacity Nanodegree Course on React Redux.


Languages

Language:JavaScript 83.7%Language:CSS 13.9%Language:HTML 2.4%