Back to Home
ThinkNote

ThinkNote

A fullstack app that allows you to create, update and delete notes.

Tech Stack

Reactjs
Typescript
Tailwindcss
DaisyUI
Axios

ThinkNote App

✨ Create, Update, and Delete Notes with Title & Description

⚙️ Rate Limiting with Upstash Redis

🚀 Completely Responsive UI

Getting Started

Installation

  1. Clone the repository:
git clone https://github.com/tamires-manhaes/thinknote-web.git

cd thinknote-web

  1. Install dependencies:
npm install
  1. Set up environment variables:

Create a .env file in the root directory with the following content:

VITE_API_URL=<api_url>

💻 Run the app

  • For development (with hot reload):

    npm run dev
    
  • For production:

    npm start
    

Rate Limiting:

All requests are rate limited using Upstash Redis (e.g., 100 requests per 60 seconds).