TechyMT / NoteSync

Realtime Collaborative Notes App

Home Page:https://notesync-app.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoteSync - Built at Hack-O-Rama

1. Introduction

Note Sync is an interactive web application built using continue

2. Collaborators - (TechWing)

  1. Yadhnesh Gangurde
  2. Mustafa Truckwala
  3. Ayush Bulbule
  4. Khushi Nikam

3. Tech Stack

ReactJS (Next Js)

TailwindCSS

MongoDB

ExpressJS

Nodejs

4. Features

  1. Real-time Collaboration: Users can collaborate in real-time, seeing each other's changes instantly.
  2. User-friendly Interface: An intuitive and easy-to-use interface for a smooth note-taking experience.
  3. Markdown Support: Write notes with the flexibility of markdown formatting.

5. Setup Locally

Clone the repo git clone https://github.com/Ayush-Bulbule/FashionStore/

Frontend:

  1. Open Project in Terminal cd frontend
  2. Install Dependencies npm install --legacy-peer-deps
  3. Run frontend npm run dev
  4. Frontend will be running on localhost:3000
  5. Admin is accessible at localhost:3000/admin/manage

Backend

  1. Open Project in Terminal cd backend
  2. Install Dependencies npm insrtall
  3. Add Database URL open server.js and change mongodb url
  4. Run Backend npm run dev

6. Screenshots

1. User Login

image

2. User Dashboard

image

3. View Document

image

7. Deployment

Project is deployed at: https://kanban-board-ayush.vercel.app/

About

Realtime Collaborative Notes App

https://notesync-app.vercel.app/


Languages

Language:JavaScript 100.0%