Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/marcellandreas/wetably
- Owner: marcellandreas
- Created: 2024-10-25T10:27:06.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T16:27:24.000Z (2 months ago)
- Last Synced: 2024-12-15T10:08:13.901Z (19 days ago)
- Topics: 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
- Language: TypeScript
- Homepage: https://wetably.vercel.app/
- Size: 279 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```