Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 957 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 957 Bytes

Chat App Project

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.

TL;DR

To get started developing right away:

  • install all project dependencies with npm install
  • start the development server with npm start

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.