[go: up one dir, main page]

Skip to content

A simple React/Redux app for fetching and creating posts and comments.

Notifications You must be signed in to change notification settings

zorzos/posts-comments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Posts-Comments Project

A simple React/Redux app that displays posts and their comments using data provided by https://jsonplaceholder.typicode.com/. All of the posts are displayed along with a list of their respective comments (when selected). The application also features being able to add more comments to posts and reply to individual comments.

Installation Instructions

To install the application after cloning or downloading the repository, just run:

npm install

(make sure you have Node.js and npm installed first)


To run the application, simply run

npm start

Then the application is visible at http://localhost:3000

About

A simple React/Redux app for fetching and creating posts and comments.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published