ToDoo
用于创建简单的待办事项列表的应用程序,使用 React 和 Context API 构建。
在此处尝试。
。
安装
这个 React 应用程序是用构建的。
# clone the repo
git clone git@github.com:ardaberrun/react-todo-app.git
# change into the repo directory
cd react-todo-app
# install dependencies
npm install
# run
npm start
然后在浏览器中访问 。