This is a mini project in the State Management chapter of Udacity's React Fundamentals course. In the Chat App project, build a React app that shows 2 chat windows for the two existing users - Rock and Hart. The messages they send to each other should appear in both chat windows. On Rock's screen, his messages should appear in green and Hart's messages should appear in blue. On Hart's screen, his messages should appear in green and Rock's messages should appear in blue.
To get started developing right away:
- install all project dependencies with
npm install
- start the development server with
npm start
This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.