English | 简体中文
Note+ is a modern cloud-based note-taking application built with React + TypeScript + Vite, offering powerful editing capabilities and cloud synchronization.
Online Demo: http://note.aexp.top/
- 🎯 Professional editor based on Monaco Editor
- 🔄 Gitee cloud synchronization
- 📁 Local storage for data security
- 🎨 Syntax highlighting for multiple programming languages
- 📱 Responsive design for multi-platform usage
- ⚡️ Fast startup and editing experience
- 🔍 File search functionality
- 🎉 Auto-save feature
- Node.js >= 16
- npm or yarn
# Clone the project
git clone https://github.com/llongtao/note-plus.git
# Enter project directory
cd note-plus
# Install dependencies
yarn install
# Start development server
yarn dev
# Build for production
yarn build
- React 19
- TypeScript
- Vite 6
- Monaco Editor
- Material-UI
- Axios
- Create Note: Click the "New File" button in the toolbar
- Edit Note: Write content directly in the editor
- Save Note: Auto-save or click the save button manually
- Cloud Sync:
- Configure Gitee repository information
- Click sync button to upload/download notes
Issues and Pull Requests are welcome to help improve the project.
This project is licensed under the MIT License.