https://github.com/impfundev/notes-app
https://github.com/impfundev/notes-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/impfundev/notes-app
- Owner: impfundev
- Created: 2024-02-26T01:30:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T01:13:50.000Z (about 2 years ago)
- Last Synced: 2025-02-26T08:15:41.036Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://notes-app-hsbc-fsd.vercel.app
- Size: 495 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Notes App

Notes web app yang dibangun dan dikembangan dengan React, sedikit terinspirasi dengan Notion sebagai aplikasi produktifitas.
Stack:
- React (Vite)
- React Router
- Zustand (State Management)
- Typescript
- Clerk (User Auth)
- Tailwind CSS
- Shadcn UI/Radix UI
- Tiptap (Rich Text Editor)
- Axios
- Lucid React (Icon Library)
## Feature
- Mobile Responsive
- Theme Mode (Light, Dark, System)
- Sidebar Responsive
- Rich Text Editor (Type Text, Image, Link, Todo List, etc.)
- Authentication
- User Profile Setting
- Note Management


## Jalankan App
### 2. Install Dependency
```
npm install
```
### 3. Jalankan Aplikasi
```
npm run dev
```