Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masoumehmohebbi/react-noteapp-redux-tlk
A NoteApp With Remote-State & Redux-Toolkit ✎📱
https://github.com/masoumehmohebbi/react-noteapp-redux-tlk
async-await async-data note-app notes-app persian-language pnpm redux-toolkit remote-state rtl
Last synced: 6 days ago
JSON representation
A NoteApp With Remote-State & Redux-Toolkit ✎📱
- Host: GitHub
- URL: https://github.com/masoumehmohebbi/react-noteapp-redux-tlk
- Owner: masoumehmohebbi
- Created: 2023-11-04T06:18:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-14T07:20:08.000Z (11 months ago)
- Last Synced: 2024-05-15T15:30:33.552Z (6 months ago)
- Topics: async-await, async-data, note-app, notes-app, persian-language, pnpm, redux-toolkit, remote-state, rtl
- Language: JavaScript
- Homepage: https://masoumehmohebbi.github.io/react-noteapp-redux-tlk/
- Size: 913 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Noteapp Redux-tlk
This app is devepped with Library:react-js, Css-framework:tailwindCss and Database:supabase The reason I developed this application is to manage the remote-state with Redux-Toolkit.
The packages that i used:
- react-hot-toast
- react-select
- react-icons
- react-redux
- "@reduxjs/toolkit
- tailwind-scrollbar
Development setup
1. First, you need to clone the project:
```
git clone https://github.com/masoumehmohebbi/react-noteapp-redux-tlk
```
2. Then, install required packages:
```
pnpm i
```
3. Finally, run the dev
script to start the dev server:
```
pnpm run dev
```
[🔼 Back to top](#top)