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

https://github.com/devgauravjatt/todo-app-with-alpinejs-vite


https://github.com/devgauravjatt/todo-app-with-alpinejs-vite

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# 😍 Todo-App-with-AlpineJs-Vite

This is todo app made with Alpine Js and vite, this app is using [Alpine Js](https://alpinejs.dev/) and [Vite](https://vitejs.dev/).
and ui is made with [daisyUI](https://daisyui.com/) and [tailwindcss](https://tailwindcss.com/).

## 🤣 How to use

1. Clone this repo and cd into it
2. Run npm install
3. Run npm run dev
4. Open http://localhost:5173 in browser

## 🤔 Screenshot

![alt text](https://i.imgur.com/08RbSvh.png)

## This project uses the following dependencies -

### Dependencies :-
| Package Name | Version |
| :----------------- | :------- |
| @alpinejs/collapse | ^3.13.10 |
| alpinejs | ^3.13.10 |

### Dev Dependencies :-
| Package Name | Version |
| :-------------- | :------- |
| @types/alpinejs | ^3.13.10 |
| autoprefixer | ^10.4.19 |
| daisyui | ^4.10.2 |
| postcss | ^8.4.38 |
| tailwindcss | ^3.4.3 |
| typescript | ^5.2.2 |
| vite | ^5.2.0 |