Skip to content

sasha-odintsov/messanger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Messanger

This is a chat app built with React-Redux.

Here you can find a chat with Chuck Norris. You can send a message and get a message back fetching from Chuck Norris Jokes API.

Chat message history is saved to local storage using redux-persist.

Demo: https://chat-fun.netlify.app

Up and Run

npm install
npm start