Skip to content

sh4man4ik/Notesly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 

Repository files navigation

Notesly

preview.mp4

What is it?

Notesly is a website with rich text notes that can be easily synchronized between devices via a link.

Quick Start

The website can be accessed at https://notesly-sync.netlify.app

Source Code

  1. Clone the repository:
git clone https://github.com/sh4man4ik/Notesly.git
  1. Go to the directory:
cd Notesly
  1. Download frontend dependencies (from Notesly directory do):
cd frontend
npm install
  1. Download backend dependencies (from Notesly directory do):
cd backend
npm install
  1. Launch the website (from frontend directory do):
npm run client
  1. Launch the server (from backend directory do):
npm run server

Tech stack

The following technologies are used to develop the website: TypeScript, React, Tailwind CSS, daisyUI, Remix Icon, Node.js, MongoDB, Express, Jest, react-quill-new, Vite, and Google Fonts.

About

Rich-text notes that can be synced via a link

Resources

Stars

Watchers

Forks