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
- Host: GitHub
- URL: https://github.com/devgauravjatt/todo-app-with-alpinejs-vite
- Owner: devgauravjatt
- Created: 2024-04-25T11:32:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-06T04:45:26.000Z (10 months ago)
- Last Synced: 2025-01-19T21:25:32.641Z (5 months ago)
- Language: HTML
- Homepage: https://devgauravjatt.github.io/Todo-App-with-AlpineJs-Vite/
- Size: 45.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

##
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 |