Skip to content

christophermickle/Solid-To-Do

Repository files navigation

Solid.js TailwindCSS To-Do List in Astro

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.

Features

  • Create, edit, and delete tasks
  • Modal for editing tasks
  • Local storage for task persistence
  • Blazingly fast performance
  • Responsive design

Prerequisites

  • Node.js 14.x or later
  • Package manager (pnpm, npm, or yarn)

Installation

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

Development

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.

Building for Production

Build the project for production:

pnpm build

Or with npm or yarn:

npm run build
yarn build

License

This project is licensed under the MIT License.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published