Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xwchris/focus-now
focus-now, a better todos web app
https://github.com/xwchris/focus-now
Last synced: 21 days ago
JSON representation
focus-now, a better todos web app
- Host: GitHub
- URL: https://github.com/xwchris/focus-now
- Owner: xwchris
- License: mit
- Created: 2024-01-09T01:25:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-10T14:16:59.000Z (4 months ago)
- Last Synced: 2024-09-10T15:57:52.767Z (4 months ago)
- Language: JavaScript
- Homepage: https://focus-now.vercel.app
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Focus Now
Focus Now 是一个更好的待办事项 Web 应用程序,它可以帮助你更有效地管理你的任务。
## 功能
- 创建、编辑和删除任务
- 拖放重新排序任务
- 标记任务为已完成
- 过滤显示所有、未完成或已完成的任务## 安装
首先,克隆这个仓库:
```bash
git clone https://github.com/xwchris/focus-now.git
```然后,进入项目目录并安装依赖:
```bash
cd focus-now
npm install
```最后,启动开发服务器:
```bash
npm dev
```现在,你应该可以在 `http://localhost:5173` 看到应用程序。
## 技术栈
- React
- Tailwind CSS
- react-beautiful-dnd## 贡献
欢迎任何形式的贡献!如果你发现了错误或有新的功能建议,请创建一个 issue。## 许可证
MIT