Skip to content

Online word processor with real time collaboration built using React.js and Node.js

License

Notifications You must be signed in to change notification settings

Pinqua/Sycon-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Sycon - Frontend

Online text editor with real time collaboration built using React.js and Node.js

Demo

https://sycon.vercel.app

Screenshots

App Screenshot

Features

  • Progressive Web App (PWA)
  • Real Time collaboration
  • Responsive and Dynamic

Run Locally

Clone the project

  git clone https://github.com/Pinqua/Sycon-Frontend

Go to the project directory

  cd Sycon-Frontend

Install dependencies

  npm install

Create a .env file inside project directory with fields given below.

  REACT_APP_SERVER_URL= #add server url here
  GENERATE_SOURCEMAP=false

Start the server

  npm run start

Contributing

Contributions are always welcome!

License

MIT



If you liked the repository, show your ❤️ by starring and forking it.