soummyaanon / -noteX

This Is My latest project Using React.js Appwrite ShadCN-Ui,AccernityUi, Framer, TailWindCss this is A Personal Ai Powerd Note taking App powerd By Google Geminie Pro It is Still in development Phase but ya test it and give me you valuable feedback guys . Happy Coding
https://notex.studio
Apache License 2.0
19 stars 6 forks source link

Persist the Tabs using query parameters #5

Open rahulpeacock opened 2 weeks ago

rahulpeacock commented 2 weeks ago

Persist the all notes and Favorites tab in the query parameters When we are in the favorite tab and reload the app then the tab changed to the All notes tab

I would like to use the query parameters using react-router-dom We can use the built in hooks to update the url and persist the tabs

image

soummyaanon commented 2 weeks ago

IF you want To contribute I have assigned You the issue, You can Freely contribute to this project

rahulpeacock commented 2 weeks ago

I will start working on it

rahulpeacock commented 2 weeks ago

@soummyaanon can you tell me the env variables required for this project

There is not .env.example file to do so 🥲

soummyaanon commented 2 weeks ago

Just now I have added those env. examples sorry I totally forgot to add env examples

rahulpeacock commented 2 weeks ago

@soummyaanon no problem I will pull the changes

rahulpeacock commented 2 weeks ago

Where can I get the below credentials

VITE_APPWRITE_COLLECTION_ID="your_collection_id"
VITE_APPWRITE_USERS_COLLECTION_ID="your_users_collection_id"

Are they present in the app write dashboard

soummyaanon commented 2 weeks ago

Where can I get the below credentials

VITE_APPWRITE_COLLECTION_ID="your_collection_id"
VITE_APPWRITE_USERS_COLLECTION_ID="your_users_collection_id"

Are they present in the app write dashboard

Yes like you have to create two collection in appwrite dashboard one is user and another is notes thats it