Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcellandreas/wetably

Wetably helps you organize your tasks and notes effortlessly. Manage everything in one place!
https://github.com/marcellandreas/wetably

front-end front-end-development frontend frontend-app frontend-web nextjs nextjs14 programming programming-language project react reactjs tailwind tailwind-css tailwindcss tailwindcss-plugin todo-app todolist ts typescript

Last synced: 19 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:

```bash
git clone https://github.com/marcellandreas/notably
```

2. Navigate into the project directory:

```bash
cd notably
```

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

```bash
npm install
```

4. Run the application:

```bash
npm run dev
```

5. Access the application at
```bash
http://localhost:3000
```