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

https://github.com/onder7/rescript-notepad

ReScript Notepad Uygulaması
https://github.com/onder7/rescript-notepad

electron notepad rescript

Last synced: 10 months ago
JSON representation

ReScript Notepad Uygulaması

Awesome Lists containing this project

README

          

# ReScript NotePad

Basit ve kullanışlı bir not alma uygulaması. ReScript ve Electron ile geliştirilmiştir.

## Özellikler

- Not ekleme, silme ve görüntüleme
- Notları yerel olarak saklama
- Notları TXT formatında dışa aktarma
- Modern ve kullanıcı dostu arayüz
- Electron ile masaüstü uygulaması

## Teknolojiler

- ReScript
- React
- Electron
- Tailwind CSS
- Vite

## Kurulum

1. Repository'yi klonlayın:
```bash
git clone https://github.com/onder7/ReScript-Notepad.git
cd ReScript-Notepad
```

2. Bağımlılıkları yükleyin:
```bash
npm install
```

3. ReScript derleyiciyi başlatın:
```bash
npm run res:dev
```

4. Development modunda çalıştırın:
```bash
npm run dev
```

## Build

1. ReScript ve Vite build:
```bash
npm run res:build
npm run build
```

2. Electron build:
```bash
npm run electron:build
```

## Lisans

MIT

## Katkıda Bulunanlar

- [@onder7](https://github.com/onder7)