Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doragd/todolist-react-django
Another todolist based on React and Django
https://github.com/doragd/todolist-react-django
todolist todolist-react
Last synced: 17 days ago
JSON representation
Another todolist based on React and Django
- Host: GitHub
- URL: https://github.com/doragd/todolist-react-django
- Owner: Doragd
- Created: 2018-04-21T19:19:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T19:40:42.000Z (over 6 years ago)
- Last Synced: 2024-10-29T20:09:31.513Z (2 months ago)
- Topics: todolist, todolist-react
- Language: JavaScript
- Homepage:
- Size: 3.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo list
### 前言尽管最后超过期限,可能无缘实习。但是在这一周的快速学习过程中,整个走了一遍从前端到后端的开发流程,大致了解了数据从前端到后端的传递过程,也学习到了Django的MTV开发模式和restful的概念,同时接触到了webpack构建工具以及前端和后端框架。同时,在一周的快速学习中,我也发现我的很多不足,总是追求完美,想把这些东西都学懂再去上手,实际上后面阅读别人的开源代码结合视频来学习,更容易上手。总结就是:一场失败但是富有收获的体验。
### 效果展示
![test](./test.gif)
### 安装说明
```shell
$cd frontend
$npm install
$npm start
```