A fullstack app that allows you to create, update and delete notes.
✨ Create, Update, and Delete Notes with Title & Description
⚙️ Rate Limiting with Upstash Redis
🚀 Completely Responsive UI
git clone https://github.com/tamires-manhaes/thinknote-web.git
cd thinknote-web
npm install
Create a .env file in the root directory with the following content:
VITE_API_URL=<api_url>
For development (with hot reload):
npm run dev
For production:
npm start
All requests are rate limited using Upstash Redis (e.g., 100 requests per 60 seconds).