Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehmetbozkir/react_todo_app
An example Todo App | Reactjs, Tailwindcss and Daisyui.
https://github.com/mehmetbozkir/react_todo_app
daisyui daisyui-react react react-hooks reactjs tailwind-css tailwindcss todo todo-app todo-list todoapp todolist
Last synced: about 1 month ago
JSON representation
An example Todo App | Reactjs, Tailwindcss and Daisyui.
- Host: GitHub
- URL: https://github.com/mehmetbozkir/react_todo_app
- Owner: MehmetBozkir
- Created: 2024-02-07T20:55:41.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-09T13:18:49.000Z (12 months ago)
- Last Synced: 2024-10-12T12:42:21.301Z (3 months ago)
- Topics: daisyui, daisyui-react, react, react-hooks, reactjs, tailwind-css, tailwindcss, todo, todo-app, todo-list, todoapp, todolist
- Language: JavaScript
- Homepage: https://react-todo-app-x.netlify.app/
- Size: 132 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# React_Todo_App
An example Todo App where I use Reactjs, Tailwindcss and Daisyui.
:wrench: Features
---------------------A working model that combines Reactjs, Tailwindcss,Daisyui css and html.
## :book: How to use
To clone and run this application, you'll need [Git](https://git-scm.com/downloads) and [ReactJS](https://reactjs.org/docs/getting-started.html) installed on your computer. From your command line:```
# Clone this repository
$ git clone https://github.com/MehmetBozkir/React_Todo_App.git# Go into the repository
$ cd React_Todo_App# Install dependencies
$ npm install# Run the app
$ npm run dev
```
## :link: Demo
- Click Here to see and play by yourself a demo of the game.
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh