Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 ✎📱

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)