Skip to content

shatakshishri/markdown-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React TailwindCSS Socket.io Express.js MongoDB

Collaborative Markdown Editor, A Real-time markdown editor with real-time edits.

Features:

  • Realtime Markdown Edit
  • Google, and Github Login
  • Autosave changes

Website Link: Collaborative Markdown Editor

Tech Stack

  • HTML/CSS
  • Javascript
  • React
  • Tailwind CSS
  • Zustand
  • Nodejs/Expressjs
  • MongoDB
  • Socket.io
  • Firebase

Client Side

npm install

Install modules mentioned in package.json

Create .env

Create a .env file in the client folder and add following in it

REACT_APP_SERVER = <Your Backend URL>

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Server Side

npm install

Install modules mentioned in package.json

Create .env

Create .env file in server folder and paste following in it

DB_URL=<Your MongoDB Database URL>
CLIENT=<Your Frontend URL>
JWT_ACCESS_TOKEN_SECRET=<Any Random String>
JWT_REFRESH_TOKEN_SECRET=<Any Random String>

npm start

Runs the app in the development mode.
Open http://localhost:5000 to run server.

You will also see any errors or information in the console

Screenshots

Landing Page
Login Page
Home Page
Editor
Mobile Screen

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published