Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.02 KB

File metadata and controls

31 lines (21 loc) · 1.02 KB

Readable Project

This is final assessment project for Udacity's React React & Redux course.

Overview

For the Readable project, you will build 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. Udacity

Requirements

Udacity project rubric

Running app

npm install
npm start

Create React App

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

Running API server

npm install
node server

More Information

Udacity API documentation