Skip to content

vimarshc/react-tutorial

 
 

Repository files navigation

React Tutorial

This is the React comment box example from the React tutorial.

This project entails creating a simple chat platform from the existing project. The additions that have to be made are as follows:

  1. Usage of Vanilla instead of JQuery as in orinigal repo.
  2. Usage of Socket.IO for server client communication.
  3. Refining the React based UI

Node

npm install
node server.js

About

Code from the React tutorial.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.7%
  • HTML 11.7%
  • CSS 9.6%