preview.mp4
Notesly is a website with rich text notes that can be easily synchronized between devices via a link.
The website can be accessed at https://notesly-sync.netlify.app
- Clone the repository:
git clone https://github.com/sh4man4ik/Notesly.git
- Go to the directory:
cd Notesly
- Download frontend dependencies (from Notesly directory do):
cd frontend
npm install
- Download backend dependencies (from Notesly directory do):
cd backend
npm install
- Launch the website (from frontend directory do):
npm run client
- Launch the server (from backend directory do):
npm run server
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.