muhihsan / reactnd-readable

A content and comment web app with React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Readable: A Content And Comment Web App

My second project in React Nanodegree Program. 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.

Getting Started

Installation

API Server

cd api-server
npm install

Web App

cd frontend
npm install

Starting the App

API Server

cd api-server
node start

Web App

cd frontend
npm start

Special Thanks

This project uses Material-UI.

About

A content and comment web app with React


Languages

Language:JavaScript 97.1%Language:HTML 2.2%Language:CSS 0.8%