Skip to content

A local message board populated by an API, using React-Redux, with a theme switcher

Notifications You must be signed in to change notification settings

trouba/react-redux-post-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This app is a simple local message board:

  • current list is populated by messages from https://jsonplaceholder.typicode.com/posts
  • you can add messages, the will appear at the end of the current list
  • there is a 30% chance error when submitting message to simulate success/failure
  • you can change the theme of the app with the theme switcher in the header

This app uses:


Steps to run the app:

npm install

Run it the first time to install dependencies

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About

A local message board populated by an API, using React-Redux, with a theme switcher

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published