https://github.com/jimthedev/firstchatapp
https://github.com/jimthedev/firstchatapp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jimthedev/firstchatapp
- Owner: jimthedev
- Created: 2016-08-08T02:06:14.000Z (almost 9 years ago)
- Default Branch: testBranch
- Last Pushed: 2016-08-08T02:07:57.000Z (almost 9 years ago)
- Last Synced: 2025-01-17T03:43:07.205Z (4 months ago)
- Size: 185 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# firstChatApp
The Goal of this assignment is to make a basic chat style application using React and Routers for multiple pages.
The chat box should at least include a way to submit text into a chat room and a checkbox of any sort.
The idea I decided to go with is a "Note to self" (renamed to Note-oreity) type chat where you can create a chat room initially for yourself to submit notes with a due date/time. Or you can either join or supply the room code/url to someone so that they can add to the
list as well.Dependencies used include:
`hjs-webpack, react, react-dom, react-router`