Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sedaklnc/strapi-todo-app
Todo app with strapi
https://github.com/sedaklnc/strapi-todo-app
react strapi tailwindcss todo
Last synced: 21 days ago
JSON representation
Todo app with strapi
- Host: GitHub
- URL: https://github.com/sedaklnc/strapi-todo-app
- Owner: sedaklnc
- Created: 2023-01-13T15:48:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T00:27:39.000Z (about 2 years ago)
- Last Synced: 2024-11-08T05:03:51.865Z (2 months ago)
- Topics: react, strapi, tailwindcss, todo
- Language: JavaScript
- Homepage:
- Size: 819 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To do App
## About
Todo app developed using react, tailwind and strapiShowcase 🍄
![image](https://user-images.githubusercontent.com/63013903/213046961-ab4bc311-2779-4f71-91f1-22525238a5b0.png)
![image](https://user-images.githubusercontent.com/63013903/213042796-9ec809ad-1d8f-4c63-899a-170fb5a0cd3a.png)
### 📜 **Tasks**
- [x] React application.
- [x] There will be 3 buttons on the screen. Complete, Change, and Delete.
- [x] After clicking on the button, it should be different things.
- [x] After clicking add button it will be automatically loaded on the strapi.
- [x] After clicking Change button it will be automatically Changed on the strapi
- [x] After clicking Delete button it will be automatically Deleted on the strapi
- [x] After clicking Completed button it will be automatically line-through.