Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.23 KB

README.md

File metadata and controls

52 lines (30 loc) · 1.23 KB

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.

How to run the project

git clone https://github.com/adityamehra/react-redux-readable.git

cd react-redux-readable/

npm install

npm start

Backend Development Server

This web app requires a backend development server.

Why this project?

This content and comment structure is common across a large number of websites and applications, from news sites to blogs to aggregators like Hacker News and Reddit. By building this project, you will gain an understanding of how Redux can function in a standard type of application.

Views

1. rootView_categoryList

rootView_categoryList


2. rootView_postList

rootView_postList


3. categoryView

categoryView


4. postView

postView


5. addView_post

addView_post


6. editView_post

editView_post