Skip to content

Starotitorov/react-social-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social app

This is an example project that shows useful approaches and techniques to write React+Redux applications. The application uses JSONPlaceholder service as a fake REST API.

Screenshot

Getting Started

Install dependencies:

yarn install

Running the application

Run the application:

yarn start

Open http://localhost:3000 in your browser to view the result.