Skip to content

marcellandreas/Wetably

Repository files navigation

Wetably - Organize Your Tasks and Notes Effortlessly

Wetably helps you organize your tasks and notes effortlessly. Manage everything in one place!

Key Features

  • Add Notes: Create new notes with a title and description.
  • Manage Tasks: Create, edit, and delete tasks.
  • Drag-and-Drop: Move tasks seamlessly between "To-Do," "In Progress," and "Done" columns.
  • Local Storage: All notes and tasks are stored in localStorage, ensuring data persistence after a page refresh.

Technologies Used

  • Next.js: A React framework for building web applications.
  • TypeScript: Adds static typing to JavaScript.
  • Tailwind CSS: A utility-first CSS framework for modern and responsive styling.

Installation

  1. Clone this repository:

    git clone https://github.com/marcellandreas/notably
  2. Navigate into the project directory:

    cd notably
  3. Install dependencies (if you want to use vanilla):

    npm install
  4. Run the application:

    npm run dev
  5. Access the application at

    http://localhost:3000