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

https://github.com/moikapy/vibe-code-todo


https://github.com/moikapy/vibe-code-todo

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Vibe Code To-Do List App

A minimalist to-do list app built with Next.js (App Router), Tailwind CSS, and DaisyUI. Features a cozy, lofi-inspired UI and logic to save/remove tasks in localStorage, with clear potential for future database integration.

---

## Project Prompt

> install nextjs using the app router
>
> create a basic to-do list app with a minimalist UI, use tailwindcss
>
> write logic to save and remove tasks in localStorage, add potential to save to a database

---

## Getting Started

1. **Install dependencies:**
```bash
npm install
# or
bun install
```

2. **Run the development server:**
```bash
npm run dev
# or
bun run dev
```

3. **Open your browser:**
Visit [http://localhost:3000](http://localhost:3000) to see the app.

---

## Features
- Minimalist, cozy lofi UI (Tailwind CSS + DaisyUI)
- Add and remove tasks
- Tasks are saved in your browser (localStorage)
- Ready for future database integration

---

## How to Contribute
- Fork the repo and clone it
- Try the project prompt above and make your own version!
- PRs and suggestions are welcome

---

## Learn More
- [Next.js Documentation](https://nextjs.org/docs)
- [Tailwind CSS Docs](https://tailwindcss.com/docs/guides/nextjs)
- [DaisyUI Docs](https://daisyui.com/)

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.