bwittenbrook3 / redable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readable

This is the the final assessment project for Udacity's Redux course. Users can post content to predefined categories, comment on their posts and other users' posts, and vote on posts and comments. Users can also edit and delete posts and comments.

Up and Running

To get start the application:

  • Install and start the API server

    • cd api-server
    • yarn
    • yarn start
  • Install and start the frontend

    • cd frontend
    • yarn
    • yarn start

About


Languages

Language:JavaScript 98.3%Language:HTML 1.6%Language:CSS 0.2%