Wetably helps you organize your tasks and notes effortlessly. Manage everything in one place!
- 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.
- 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.
-
Clone this repository:
git clone https://github.com/marcellandreas/notably
-
Navigate into the project directory:
cd notably -
Install dependencies (if you want to use vanilla):
npm install
-
Run the application:
npm run dev
-
Access the application at
http://localhost:3000