Readable App

This is the project for the final assessment project for Udacity's Redux course. The Readable is a content and comment web app. Users will be able to post content to predefined categories, comment on their posts and other users posts, and vote on posts and comments. Users will also be able to edit and delete posts and comments.

Run app

  • Install and start:
    • yarn or npm install
    • yarn start

GraphQL Server

API Server

Information about the API server and how to use it can be found in its README file.

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.