Skip to content

This is a content and comment web app works with Readable API Server. The App is built with React, Redux, and React-Router.

Notifications You must be signed in to change notification settings

CCinCapital/React-Readable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

React-Readable

This is a content and comment web app works with Readable API Server.

  • The App is built with React, Redux, and React-Router.

Live Preview

Live preview not yet availiable, please consider install&run on your own station.

About

Users will post content to the predefined categories, comment, and vote 👍. Users are able to edit or delete existing posts/comments. If the post is deleted, it is no long accessible at its URL.

Setup

  1. clone the project:
git clone https://github.com/CCinCapital/React-Readable.git
  1. install the back end server (this is a copy of Readable API Server from Udacity.)
cd React-Readable/back-end
npm install 
  1. install the front end app
cd React-Readable/front-end
npm install 

Run

  1. run the node.js server
cd React-Readable/back-end
npm start
  1. run the web app
cd React-Readable/back-end
npm start

Screen Shot

img

Known Issues

1. <PostList/> doesn't overflow:auto;

About

This is a content and comment web app works with Readable API Server. The App is built with React, Redux, and React-Router.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published