Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaaanuu/endernote-web
An opensource alternative for Obsidian
https://github.com/shaaanuu/endernote-web
Last synced: about 19 hours ago
JSON representation
An opensource alternative for Obsidian
- Host: GitHub
- URL: https://github.com/shaaanuu/endernote-web
- Owner: shaaanuu
- License: mit
- Created: 2024-07-04T09:57:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T08:54:21.000Z (4 months ago)
- Last Synced: 2024-12-18T10:22:38.359Z (6 days ago)
- Language: JavaScript
- Homepage: https://endernote.vercel.app
- Size: 1.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# EnderNote
Welcome to EnderNote! 🚀 EnderNote is a sleek and powerful note-taking application designed to boost your productivity. Built with React and Next, EnderNote provides a seamless and efficient note-taking experience.
## Features
⚡ Lightning Fast: Powered by Next, ensuring quick load times and a smooth user experience.
📝 Markdown Support: Write notes in Markdown with live preview.
🔍 Full-Text Search: Quickly find your notes with a robust search functionality.
📁 Organized Folders: Organize your notes into folders for better management.
☁️ Cloud Sync: Sync your notes across devices (coming soon).## Getting Started
### Prerequisites
- Node.js (v14+ recommended)
- npm or yarn## Installation
### Clone the repository:
```bash
git clone https://github.com/shaaanuu/endernote.git
cd endernote
```### Install dependencies:
Using npm:
```bash
npm install
```Or using yarn:
```bash
yarn install
```### Start the development server:
Using npm:
```bash
npm run dev
```Or using yarn:
```bash
yarn dev
```### Open your browser and visit:
```
http://localhost:3000
```## Contributing
We welcome contributions! Please see our [CONTRIBUTING.md](https://github.com/shaaanuu/Endernote/blob/main/CONTRIBUTING.md) for details on how to get started.
## License
This project is licensed under the MIT License. See the [LICENSE](https://github.com/shaaanuu/Endernote/blob/main/LICENSE) file for details.
## Acknowledgements
- Inspired by [Obsidian](https://obsidian.md/).
- Powered by [React](https://react.dev/) and [Next](https://nextjs.org/).