A modern web application for writing notes, lists and todos, built with Nextjs.
- ✍️ Quick Capture - Effortlessly capture thoughts and ideas as they come
- 📝 Flexible Notes - Write and organize your notes in a way that works for you
- 🔄 Real-time Sync - Access your notes across all your devices
- 🎨 Clean Interface - Modern, distraction-free writing experience
- Node.js >= v20.11.0
- pnpm >= 8.0.0
-
Clone the repository:
git clone https://github.com/gozmanthefirst/tots.git cd tots
-
Install dependencies:
pnpm install
-
Set up environment variables.
cp .env.example .env
Edit
.env
with your configuration. -
Start the development server:
pnpm dev
The application will be available at http://localhost:3000
- Folder Organization - Organize your tots into multiple folders for better categorization
- Sharing - Ability to collaborate with others by sharing notes and lists
- Media Support - Ability to add snapshots and images to your notes
- Fork the repository
- Create your feature branch (
git checkout -b feature/new-feature
) - Commit your changes (
git commit -m 'Add new feature'
) - Push to the branch (
git push origin feature/new-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.