KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
To-Do-List
★ 26
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
sentiment-analysis
:
An AI app where you can add a review and get it categorized as positive, negative, or neutral
nonebot-plugin-nyaturingtest
:
也许是个有情感的聊天机器人
InsertAnything-ComfyUI-official
:
No description available.
go-zero-box
:
📦开箱即用的go-zero示例,内置 api、scheduler、queue、script 服务。
AI-Chatbot-using-LLaMA2
:
Uncensored AI: An open-source, unrestricted LLaMA 2 model for free and raw AI interactions.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
To-Do-List
?
Download (.md)
# To-Do List Application A simple To-Do List app built with HTML, CSS, and JavaScript. This app allows users to add tasks, mark them as completed, and delete them. The tasks are saved in the browser's local storage so that they persist even after a page refresh. ## Features - Add new tasks. - Mark tasks as completed. - Delete tasks. - Tasks are saved in local storage for persistence. ## Technologies - HTML - CSS - JavaScript