Frontend Setup- >Using React vite State Management and Api Fetching- Using Redux toolkit Query For Ui-Used - Tailwind CSS,
Modules Created ->
1.Real Time Notes Creation - 2.Notes Management-Creation ,Edit ,Deletion Modify Status
env File ->
For Local-
VITE_BACKEND_HOST_URL=http://localhost:4000/api
VITE_SOCKET_URL=http://localhost:4000
For Production- VITE_BACKEND_HOST_URL=https://note-taking-backend-brown.vercel.app/api VITE_SOCKET_URL=https://note-taking-backend-brown.vercel.app
To run in local machine Follow these Steps-> 1.Install Packages Using - npm i 2.add env file given above 3.run this command -npm run dev 4.open browser and check the project on link-http://localhost:5173
Frontend Deploy Link - https://note-taking-frontend-khaki.vercel.app/