Star802 The world-1st example to-do list app using SwiftUI which is introduced in WWDC19 swifttodolistwwdcswiftui UpdatedJun 15, 2024 Swift sgr-ksmt/FireTodo Sponsor Star380 Code Issues Pull requests Simple Todo Application using SwiftUI / Firebase / Redux. ...
linuxshellclitodotodolisttodotxttodoapptodostodo-listtodo-cli UpdatedOct 31, 2024 Shell gsantner/markor Star3.9k Code Issues Pull requests Discussions Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, .. ...
后端 Koa(基于 Node.js 平台的下一代 web 开发框架) Mongoose(内置数据验证, 查询构建,业务逻辑钩子等,开箱即用) 本地运行 #clonegit clone https://github.com/B2D1/TodoList.git cd/TodoList/server yarn#启动后端服务,监听本地 5000 端口,请自行下载 MongoDB,并开启数据库服务yarn start ...
:memo: A very simple, clean and beautiful Android To-Do List. Now on Google Play! - todolist/todolist
记录每天要做的事情的一个APP. Contribute to happyfsyy/ToDoList development by creating an account on GitHub.
本小程序为本人的毕设设计项目:微计划-日程管理类微信小程序,也不知道直接放在GitHub上好不好,毕竟还在做,还没有完成。 本微信小程序的设计来源: 想法: 生命格子(人生格子)、 自己对计划类APP的理解、 target对应为plan、plan分解为todo等 应用: 高效Todo(四象限和时间轴)、 ...
创建数据库todo_db和todos表。 CREATE DATABASE todo_db; USE todo_db; CREATE TABLE todos ( id INT AUTO_INCREMENT PRIMARY KEY, task VARCHAR(255) NOT NULL, completed BOOLEAN DEFAULT FALSE ); 第二部分:前端开发 创建前端结构 创建HTML文件(index.html)。 <!DOCTYPE html> <!-- 定义文档的字符...
import( "github.com/gin-gonic/gin" )必要的准备工作完成。路由及其功能实现接下来是main函数部分r := gin.Default() 这导入了Gin框架并使用默认的配置创建了一个Gin的路由引擎接下来给出一个示例:r.GET("/todo",func(c *gin.Context){ //要在路由中实现的功能 })...
一个简单的安卓todo应用,这个应用主要是从一位法国(注释是法语)的安卓开发者哪里来的灵感,我在原来的基础上增加了一个垃圾桶的功能,用户可以隐藏和找回自己已经完成的任务。 首先贴出原作者的仓库地址 https://github.com/KamilMichalski0/TodoListAndroid 本文仓库地址 https://github.com/whp98/TodoListAndroid 这...
Prettier is an opinionated code formatter with support for JavaScript, CSS and JSON. With Prettier you can format the code you write automatically to ensure a code style within your project. See thePrettier's GitHub pagefor more information, and look at thispage to see it in action. ...