MujunZ / readable

A React-Redux Exercise Project for Udacity React Nano Degree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readable Posts

— A Udacity React NanoDegree Project

Set Up

  • Clone To Your Local Machine
git clone
  • Set The Server
$ git clone https://github.com/MujunZ/reactnd-project-readable-starter.git
$ cd reactnd-project-readable-starter
$ npm install
$ node server

See the backend at localhost:5001

  • Set The Frontend
$ npm install
$ yarn start

See the web app at localhost:3000

Functions

Readable is a web app, which you can write/edit/edit a post and comment. The posts can be sorted by dates or votes.

About

A React-Redux Exercise Project for Udacity React Nano Degree


Languages

Language:JavaScript 91.3%Language:HTML 4.6%Language:CSS 4.1%