A blazingly fast to-do list application built with Solid.js, TailwindCSS, and Astro. This app uses a modal to allow editing of items and stores tasks in local storage for persistence.
- Create, edit, and delete tasks
- Modal for editing tasks
- Local storage for task persistence
- Blazingly fast performance
- Responsive design
- Node.js 14.x or later
- Package manager (pnpm, npm, or yarn)
Clone the repository:
git clone https://github.com/yourusername/solid-tailwind-astro-todo.git
cd solid-tailwind-astro-todo
Install dependencies using pnpm:
pnpm install
Alternatively, you can use npm or yarn:
npm install
yarn
Start the development server:
pnpm dev
Or with npm or yarn:
npm run dev
yarn dev
Open your browser and navigate to http://localhost:3000.
Build the project for production:
pnpm build
Or with npm or yarn:
npm run build
yarn build
This project is licensed under the MIT License.