Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).